Html Css Color HEX #FCAA00 Orange

📋 copy color: '#FCAA00'

red 252 ◦ green 170 ◦ blue 0

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

Shades of Orange #FCAA00

Tints of Orange #FCAA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.72%
G = 40.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FCAA00 (or 0xFCAA00) is known color: Orange. HEX triplet: FC, AA and 00. RGB value is (252,170,0). Sum of RGB (Red+Green+Blue) = 252+170+0=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAA00 is #0355FF. Grayscale: #AFAFAF. Windows color (decimal): -218624 or 43772. OLE color: 43772.

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

Color convert

RGB 252 170 0 -
CMYK 0 0.33 1 0.01
HSL 40.48º 1% 0.49% -
HSV(B) 40.48º 1% 0.99% -
XYZ 54.52 49.44 6.67 -
YUV 175.14 29.17 182.82 -
System Red Green Blue C M Y K H S L
Decimal 252 170 0 0 0.33 1 0.01 40.48 1 0.49
Hex FC AA 0 0 21 64 1 28 64 31
Octal 374 252 0 0 41 144 1 50 144 61
Binary 11111100 10101010 0 0 100001 1100100 1 101000 1100100 110001

Color Harmonies of #FCAA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAA00

Black with #FCAA00

Text Example


Text Example

White with #FCAA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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