Html Css Color HEX #FCAA3C Yellow Orange

📋 copy color: '#FCAA3C'

red 252 ◦ green 170 ◦ blue 60

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

Shades of Yellow Orange #FCAA3C

Tints of Yellow Orange #FCAA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.45%

R = 52.28%
G = 35.27%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FCAA3C (or 0xFCAA3C) is known color: Yellow Orange. HEX triplet: FC, AA and 3C. RGB value is (252,170,60). Sum of RGB (Red+Green+Blue) = 252+170+60=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 60 (23.83% from 255 or 12.45% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAA3C is #0355C3. Grayscale: #B6B6B6. Windows color (decimal): -218564 or 3975932. OLE color: 3975932.

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

Color convert

RGB 252 170 60 -
CMYK 0 0.33 0.76 0.01
HSL 34.38º 0.97% 0.61% -
HSV(B) 34.38º 0.76% 0.99% -
XYZ 55.34 49.77 10.97 -
YUV 181.98 59.17 177.94 -
System Red Green Blue C M Y K H S L
Decimal 252 170 60 0 0.33 0.76 0.01 34.38 0.97 0.61
Hex FC AA 3C 0 21 4C 1 22 61 3D
Octal 374 252 74 0 41 114 1 42 141 75
Binary 11111100 10101010 111100 0 100001 1001100 1 100010 1100001 111101

Color Harmonies of #FCAA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAA3C

Black with #FCAA3C

Text Example


Text Example

White with #FCAA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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