Html Css Color HEX #FCAA28 Lightning Yellow

📋 copy color: '#FCAA28'

red 252 ◦ green 170 ◦ blue 40

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

Shades of Lightning Yellow #FCAA28

Tints of Lightning Yellow #FCAA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.66%

R = 54.55%
G = 36.8%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCAA28 (or 0xFCAA28) is known color: Lightning Yellow. HEX triplet: FC, AA and 28. RGB value is (252,170,40). Sum of RGB (Red+Green+Blue) = 252+170+40=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 40 (16.02% from 255 or 8.66% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAA28 is #0355D7. Grayscale: #B4B4B4. Windows color (decimal): -218584 or 2665212. OLE color: 2665212.

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

Color convert

RGB 252 170 40 -
CMYK 0 0.33 0.84 0.01
HSL 36.79º 0.97% 0.57% -
HSV(B) 36.79º 0.84% 0.99% -
XYZ 54.9 49.6 8.69 -
YUV 179.7 49.17 179.57 -
System Red Green Blue C M Y K H S L
Decimal 252 170 40 0 0.33 0.84 0.01 36.79 0.97 0.57
Hex FC AA 28 0 21 54 1 25 61 39
Octal 374 252 50 0 41 124 1 45 141 71
Binary 11111100 10101010 101000 0 100001 1010100 1 100101 1100001 111001

Color Harmonies of #FCAA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAA28

Black with #FCAA28

Text Example


Text Example

White with #FCAA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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