Html Css Color HEX #F9A424 Lightning Yellow

📋 copy color: '#F9A424'

red 249 ◦ green 164 ◦ blue 36

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

Shades of Lightning Yellow #F9A424

Tints of Lightning Yellow #F9A424

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.53%

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

R = 55.46%
G = 36.53%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#F9A424 (or 0xF9A424) is known color: Lightning Yellow. HEX triplet: F9, A4 and 24. RGB value is (249,164,36). Sum of RGB (Red+Green+Blue) = 249+164+36=449 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.46% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 36 (14.45% from 255 or 8.02% from 449); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A424 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A424 is #065BDB. Grayscale: #AFAFAF. Windows color (decimal): -416732 or 2401529. OLE color: 2401529.

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

Color convert

RGB 249 164 36 -
CMYK 0 0.34 0.86 0.02
HSL 36.06º 0.95% 0.56% -
HSV(B) 36.06º 0.86% 0.98% -
XYZ 52.66 46.82 7.93 -
YUV 174.82 49.66 180.91 -
System Red Green Blue C M Y K H S L
Decimal 249 164 36 0 0.34 0.86 0.02 36.06 0.95 0.56
Hex F9 A4 24 0 22 56 2 24 5F 38
Octal 371 244 44 0 42 126 2 44 137 70
Binary 11111001 10100100 100100 0 100010 1010110 10 100100 1011111 111000

Color Harmonies of #F9A424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A424

Black with #F9A424

Text Example


Text Example

White with #F9A424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A424; }

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

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

background-color css

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

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

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

border-color css

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

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

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