Html Css Color HEX #F9A024 Lightning Yellow

📋 copy color: '#F9A024'

red 249 ◦ green 160 ◦ blue 36

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

Shades of Lightning Yellow #F9A024

Tints of Lightning Yellow #F9A024

RGB

 RED value IS 249 (97.66% from 255) = 55.96%

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

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

R = 55.96%
G = 35.96%
B = 8.09%

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

#F9A024 (or 0xF9A024) is known color: Lightning Yellow. HEX triplet: F9, A0 and 24. RGB value is (249,160,36). Sum of RGB (Red+Green+Blue) = 249+160+36=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 36 (14.45% from 255 or 8.09% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A024 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A024 is #065FDB. Grayscale: #ADADAD. Windows color (decimal): -417756 or 2400505. OLE color: 2400505.

HSL color Cylindrical-coordinate representation of color #F9A024: hue angle of 34.93º degrees, saturation: 0.95, 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 #F9A024 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 160 36 -
CMYK 0 0.36 0.86 0.02
HSL 34.93º 0.95% 0.56% -
HSV(B) 34.93º 0.86% 0.98% -
XYZ 51.96 45.41 7.7 -
YUV 172.48 50.99 182.58 -
System Red Green Blue C M Y K H S L
Decimal 249 160 36 0 0.36 0.86 0.02 34.93 0.95 0.56
Hex F9 A0 24 0 24 56 2 23 5F 38
Octal 371 240 44 0 44 126 2 43 137 70
Binary 11111001 10100000 100100 0 100100 1010110 10 100011 1011111 111000

Color Harmonies of #F9A024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A024

Black with #F9A024

Text Example


Text Example

White with #F9A024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A024; }

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

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

background-color css

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

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

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

border-color css

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

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

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