Html Css Color HEX #FCAA05 Orange

📋 copy color: '#FCAA05'

red 252 ◦ green 170 ◦ blue 5

#FCAA05
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange #FCAA05

Tints of Orange #FCAA05

RGB

 RED value IS 252 (98.83% from 255) = 59.02%

 GREEN value IS 170 (66.8% from 255) = 39.81%

 BLUE value IS 5 (2.34% from 255) = 1.17%

R = 59.02%
G = 39.81%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FCAA05 (or 0xFCAA05) is known color: Orange. HEX triplet: FC, AA and 05. RGB value is (252,170,5). Sum of RGB (Red+Green+Blue) = 252+170+5=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 5 (2.34% from 255 or 1.17% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAA05 is #0355FA. Grayscale: #B0B0B0. Windows color (decimal): -218619 or 371452. OLE color: 371452.

HSL color Cylindrical-coordinate representation of color #FCAA05: hue angle of 40.08º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCAA05 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 170 5 -
CMYK 0 0.33 0.98 0.01
HSL 40.08º 0.98% 0.5% -
HSV(B) 40.08º 0.98% 0.99% -
XYZ 54.55 49.46 6.81 -
YUV 175.71 31.67 182.42 -
System Red Green Blue C M Y K H S L
Decimal 252 170 5 0 0.33 0.98 0.01 40.08 0.98 0.5
Hex FC AA 5 0 21 62 1 28 62 32
Octal 374 252 5 0 41 142 1 50 142 62
Binary 11111100 10101010 101 0 100001 1100010 1 101000 1100010 110010

Color Harmonies of #FCAA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAA05

Black with #FCAA05

Text Example


Text Example

White with #FCAA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAA05; }

 p { color: rgb(252,170,5); }

 H1.HeaderClassName
 {
   color: #FCAA05;
 }
 .AnyTagClassName
 {
   color: #FCAA05;
 }
</style>

background-color css

<style>
 a { background-color: #FCAA05; }

 a { background-color: rgb(252,170,5); }

 div.DivClassName
 {
   background-color: #FCAA05;
 }
 .BgClassName
 {
   background-color: #FCAA05;
 }
</style>

border-color css

<style>
 span { border-color: #FCAA05; }

 span { border-color: rgb(252,170,5); }

 td.TdClassName
 {
   border-color: #FCAA05;
 }
 .TagClassName
 {
   border-color: #FCAA05;
 }
</style>