Html Css Color HEX #FCAA40 Yellow Orange

📋 copy color: '#FCAA40'

red 252 ◦ green 170 ◦ blue 64

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

Shades of Yellow Orange #FCAA40

Tints of Yellow Orange #FCAA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.17%

R = 51.85%
G = 34.98%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCAA40 (or 0xFCAA40) is known color: Yellow Orange. HEX triplet: FC, AA and 40. RGB value is (252,170,64). Sum of RGB (Red+Green+Blue) = 252+170+64=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 64 (25.39% from 255 or 13.17% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAA40 is #0355BF. Grayscale: #B6B6B6. Windows color (decimal): -218560 or 4238076. OLE color: 4238076.

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

Color convert

RGB 252 170 64 -
CMYK 0 0.33 0.75 0.01
HSL 33.83º 0.97% 0.62% -
HSV(B) 33.83º 0.75% 0.99% -
XYZ 55.45 49.82 11.54 -
YUV 182.43 61.17 177.62 -
System Red Green Blue C M Y K H S L
Decimal 252 170 64 0 0.33 0.75 0.01 33.83 0.97 0.62
Hex FC AA 40 0 21 4B 1 22 61 3E
Octal 374 252 100 0 41 113 1 42 141 76
Binary 11111100 10101010 1000000 0 100001 1001011 1 100010 1100001 111110

Color Harmonies of #FCAA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAA40

Black with #FCAA40

Text Example


Text Example

White with #FCAA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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