Html Css Color HEX #F9A229 Lightning Yellow

📋 copy color: '#F9A229'

red 249 ◦ green 162 ◦ blue 41

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

Shades of Lightning Yellow #F9A229

Tints of Lightning Yellow #F9A229

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.84%

 BLUE value IS 41 (16.41% from 255) = 9.07%

R = 55.09%
G = 35.84%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F9A229 (or 0xF9A229) is known color: Lightning Yellow. HEX triplet: F9, A2 and 29. RGB value is (249,162,41). Sum of RGB (Red+Green+Blue) = 249+162+41=452 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.09% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 41 (16.41% from 255 or 9.07% from 452); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A229 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A229 is #065DD6. Grayscale: #AEAEAE. Windows color (decimal): -417239 or 2728697. OLE color: 2728697.

HSL color Cylindrical-coordinate representation of color #F9A229: hue angle of 34.9º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9A229 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 162 41 -
CMYK 0 0.35 0.84 0.02
HSL 34.9º 0.95% 0.57% -
HSV(B) 34.9º 0.84% 0.98% -
XYZ 52.39 46.14 8.24 -
YUV 174.22 52.82 181.34 -
System Red Green Blue C M Y K H S L
Decimal 249 162 41 0 0.35 0.84 0.02 34.9 0.95 0.57
Hex F9 A2 29 0 23 54 2 23 5F 39
Octal 371 242 51 0 43 124 2 43 137 71
Binary 11111001 10100010 101001 0 100011 1010100 10 100011 1011111 111001

Color Harmonies of #F9A229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A229

Black with #F9A229

Text Example


Text Example

White with #F9A229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A229; }

 p { color: rgb(249,162,41); }

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

background-color css

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

 a { background-color: rgb(249,162,41); }

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

border-color css

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

 span { border-color: rgb(249,162,41); }

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