Html Css Color HEX #FCAA30 Lightning Yellow

📋 copy color: '#FCAA30'

red 252 ◦ green 170 ◦ blue 48

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

Shades of Lightning Yellow #FCAA30

Tints of Lightning Yellow #FCAA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.21%

R = 53.62%
G = 36.17%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCAA30 (or 0xFCAA30) is known color: Lightning Yellow. HEX triplet: FC, AA and 30. RGB value is (252,170,48). Sum of RGB (Red+Green+Blue) = 252+170+48=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 48 (19.14% from 255 or 10.21% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAA30 is #0355CF. Grayscale: #B5B5B5. Windows color (decimal): -218576 or 3189500. OLE color: 3189500.

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

Color convert

RGB 252 170 48 -
CMYK 0 0.33 0.81 0.01
HSL 35.88º 0.97% 0.59% -
HSV(B) 35.88º 0.81% 0.99% -
XYZ 55.05 49.66 9.48 -
YUV 180.61 53.17 178.92 -
System Red Green Blue C M Y K H S L
Decimal 252 170 48 0 0.33 0.81 0.01 35.88 0.97 0.59
Hex FC AA 30 0 21 51 1 24 61 3B
Octal 374 252 60 0 41 121 1 44 141 73
Binary 11111100 10101010 110000 0 100001 1010001 1 100100 1100001 111011

Color Harmonies of #FCAA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAA30

Black with #FCAA30

Text Example


Text Example

White with #FCAA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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