color codes Logo

#fcaa08 color codes

#FCAA08
(252,170,8)
0 Favorites   0 Comments

Color spaces of #fcaa08

RGB 2521708
HSL0.110.980.51
HSV40°97°99°
CMYK 0.000.330.97   0.01
XYZ54.563449.46246.9011
Yxy49.46240.49190.4459
Hunter Lab70.329515.408143.4128
CIE-Lab75.738120.128278.4279

#fcaa08 color RGB value is (252,170,8).

#fcaa08 hex color red value is 252, green value is 170 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #fcaa08 hue: 0.11 , saturation: 0.98 and the lightness value of fcaa08 is 0.51.

The process color (four color CMYK) of #fcaa08 color code is 0.00, 0.33, 0.97, 0.01. Web safe color of #fcaa08 is #ff9900. Color #fcaa08 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 00001000
Octal 374 252 10
Decimal 252 170 8
Hex FC AA 8

RGB Percentages of Color #fcaa08

%58.60
%39.53
%1.86

CMYK Percentages of Color #fcaa08

%0
%33
%97
%1

Triadic Colors of #fcaa08

#fcaa08 #08fcaa #aa08fc

Analogous Colors of #fcaa08

#fcaa08 #d4fc08 #fc3008

Monochromatic Colors of #fcaa08

#fcaa08

Complementary Color

#fcaa08 #085afc

#fcaa08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaa08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaa08 Color CSS Codes

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

#fcaa08 Text Font Color

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

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


#fcaa08 Background Color

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

This div background color is #fcaa08


#fcaa08 Border Color

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

This div border color is #fcaa08


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,170,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcaa08; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcaa08;
  -webkit-box-shadow: 1px 1px 3px 2px #fcaa08;
  box-shadow:         1px 1px 3px 2px #fcaa08; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,170,8, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaa08


Comments

No comments written yet.

Please login to write comment.