Html Css Color HEX #FAA024 Lightning Yellow

📋 copy color: '#FAA024'

red 250 ◦ green 160 ◦ blue 36

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

Shades of Lightning Yellow #FAA024

Tints of Lightning Yellow #FAA024

RGB

 RED value IS 250 (98.05% from 255) = 56.05%

 GREEN value IS 160 (62.89% from 255) = 35.87%

 BLUE value IS 36 (14.45% from 255) = 8.07%

R = 56.05%
G = 35.87%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAA024 (or 0xFAA024) is known color: Lightning Yellow. HEX triplet: FA, A0 and 24. RGB value is (250,160,36). Sum of RGB (Red+Green+Blue) = 250+160+36=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 36 (14.45% from 255 or 8.07% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA024 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA024 is #055FDB. Grayscale: #ADADAD. Windows color (decimal): -352220 or 2400506. OLE color: 2400506.

HSL color Cylindrical-coordinate representation of color #FAA024: hue angle of 34.77º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FAA024 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 160 36 -
CMYK 0 0.36 0.86 0.02
HSL 34.77º 0.96% 0.56% -
HSV(B) 34.77º 0.86% 0.98% -
XYZ 52.31 45.59 7.71 -
YUV 172.77 50.82 183.08 -
System Red Green Blue C M Y K H S L
Decimal 250 160 36 0 0.36 0.86 0.02 34.77 0.96 0.56
Hex FA A0 24 0 24 56 2 23 60 38
Octal 372 240 44 0 44 126 2 43 140 70
Binary 11111010 10100000 100100 0 100100 1010110 10 100011 1100000 111000

Color Harmonies of #FAA024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA024

Black with #FAA024

Text Example


Text Example

White with #FAA024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA024; }

 p { color: rgb(250,160,36); }

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

background-color css

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

 a { background-color: rgb(250,160,36); }

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

border-color css

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

 span { border-color: rgb(250,160,36); }

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