color codes Logo

#faf53c color codes

#FAF53C
(250,245,60)
0 Favorites   0 Comments

Color spaces of #faf53c

RGB 25024560
HSL0.160.950.61
HSV58°76°98°
CMYK 0.000.020.76   0.02
XYZ72.892485.955117.0241
Yxy85.95510.41450.4887
Hunter Lab92.7120-21.904954.0113
CIE-Lab94.2931-17.732782.4154

#faf53c color RGB value is (250,245,60).

#faf53c hex color red value is 250, green value is 245 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #faf53c hue: 0.16 , saturation: 0.95 and the lightness value of faf53c is 0.61.

The process color (four color CMYK) of #faf53c color code is 0.00, 0.02, 0.76, 0.02. Web safe color of #faf53c is #ffff33. Color #faf53c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110101 00111100
Octal 372 365 74
Decimal 250 245 60
Hex FA F5 3C

RGB Percentages of Color #faf53c

%45.05
%44.14
%10.81

CMYK Percentages of Color #faf53c

%0
%2
%76
%2

Triadic Colors of #faf53c

#faf53c #3cfaf5 #f53cfa

Analogous Colors of #faf53c

#faf53c #a0fa3c #fa963c

Monochromatic Colors of #faf53c

#faf53c

Complementary Color

#faf53c #3c41fa

#faf53c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf53c Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf53c Color CSS Codes

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

#faf53c Text Font Color

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

This sample text font color is #faf53c
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.


#faf53c Background Color

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

This div background color is #faf53c


#faf53c Border Color

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

This div border color is #faf53c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,245,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #faf53c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #faf53c;
  -webkit-box-shadow: 1px 1px 3px 2px #faf53c;
  box-shadow:         1px 1px 3px 2px #faf53c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,245,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf53c


Comments

No comments written yet.

Please login to write comment.