Html Css Color HEX #FCAA32 Lightning Yellow

📋 copy color: '#FCAA32'

red 252 ◦ green 170 ◦ blue 50

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

Shades of Lightning Yellow #FCAA32

Tints of Lightning Yellow #FCAA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.59%

R = 53.39%
G = 36.02%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FCAA32 (or 0xFCAA32) is known color: Lightning Yellow. HEX triplet: FC, AA and 32. RGB value is (252,170,50). Sum of RGB (Red+Green+Blue) = 252+170+50=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 50 (19.92% from 255 or 10.59% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAA32 is #0355CD. Grayscale: #B5B5B5. Windows color (decimal): -218574 or 3320572. OLE color: 3320572.

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

Color convert

RGB 252 170 50 -
CMYK 0 0.33 0.80 0.01
HSL 35.64º 0.97% 0.59% -
HSV(B) 35.64º 0.8% 0.99% -
XYZ 55.1 49.68 9.7 -
YUV 180.84 54.17 178.76 -
System Red Green Blue C M Y K H S L
Decimal 252 170 50 0 0.33 0.80 0.01 35.64 0.97 0.59
Hex FC AA 32 0 21 50 1 24 61 3B
Octal 374 252 62 0 41 120 1 44 141 73
Binary 11111100 10101010 110010 0 100001 1010000 1 100100 1100001 111011

Color Harmonies of #FCAA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAA32

Black with #FCAA32

Text Example


Text Example

White with #FCAA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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