color codes Logo

#fdbc1f color codes

#FDBC1F
(253,188,31)
0 Favorites   0 Comments

Color spaces of #fdbc1f

RGB 25318831
HSL0.120.980.56
HSV42°88°99°
CMYK 0.000.260.88   0.01
XYZ58.738656.94809.1925
Yxy56.94800.47040.4560
Hunter Lab75.46396.876745.6024
CIE-Lab80.150311.449878.0384

#fdbc1f color RGB value is (253,188,31).

#fdbc1f hex color red value is 253, green value is 188 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #fdbc1f hue: 0.12 , saturation: 0.98 and the lightness value of fdbc1f is 0.56.

The process color (four color CMYK) of #fdbc1f color code is 0.00, 0.26, 0.88, 0.01. Web safe color of #fdbc1f is #ffcc33. Color #fdbc1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111100 00011111
Octal 375 274 37
Decimal 253 188 31
Hex FD BC 1F

RGB Percentages of Color #fdbc1f

%53.60
%39.83
%6.57

CMYK Percentages of Color #fdbc1f

%0
%26
%88
%1

Triadic Colors of #fdbc1f

#fdbc1f #1ffdbc #bc1ffd

Analogous Colors of #fdbc1f

#fdbc1f #cffd1f #fd4d1f

Monochromatic Colors of #fdbc1f

#fdbc1f

Complementary Color

#fdbc1f #1f60fd

#fdbc1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbc1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbc1f Color CSS Codes

.mybgcolor {background-color:#fdbc1f; } 
.myforecolor {color:#fdbc1f; }
.mybordercolor {border:3px solid #fdbc1f; }

#fdbc1f Text Font Color

<p style="color:#fdbc1f">Text here</p>

This sample text font color is #fdbc1f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fdbc1f Background Color

<div style="background-color:#fdbc1f">
Div content here</div>

This div background color is #fdbc1f


#fdbc1f Border Color

<div style="border:3px solid #fdbc1f">
Div here</div>

This div border color is #fdbc1f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,188,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdbc1f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdbc1f;
  -webkit-box-shadow: 1px 1px 3px 2px #fdbc1f;
  box-shadow:         1px 1px 3px 2px #fdbc1f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,188,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fdbc1f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fdbc1f;
  -webkit-box-shadow: 1px 1px 3px 2px #fdbc1f;
  box-shadow:         1px 1px 3px 2px #fdbc1f;">
Div content here</div>

This div box has shadow with color #fdbc1f

Related Colors


Comments

No comments written yet.

Please login to write comment.