Html Css Color HEX #F9A232 Lightning Yellow

📋 copy color: '#F9A232'

red 249 ◦ green 162 ◦ blue 50

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

Shades of Lightning Yellow #F9A232

Tints of Lightning Yellow #F9A232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.85%

R = 54.01%
G = 35.14%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F9A232 (or 0xF9A232) is known color: Lightning Yellow. HEX triplet: F9, A2 and 32. RGB value is (249,162,50). Sum of RGB (Red+Green+Blue) = 249+162+50=461 (61% of max value = 765). Red value is 249 (97.66% from 255 or 54.01% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 50 (19.92% from 255 or 10.85% from 461); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A232 is #065DCD. Grayscale: #AFAFAF. Windows color (decimal): -417230 or 3318521. OLE color: 3318521.

HSL color Cylindrical-coordinate representation of color #F9A232: hue angle of 33.77º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9A232 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 162 50 -
CMYK 0 0.35 0.80 0.02
HSL 33.77º 0.94% 0.59% -
HSV(B) 33.77º 0.8% 0.98% -
XYZ 52.56 46.21 9.17 -
YUV 175.25 57.32 180.61 -
System Red Green Blue C M Y K H S L
Decimal 249 162 50 0 0.35 0.80 0.02 33.77 0.94 0.59
Hex F9 A2 32 0 23 50 2 22 5E 3B
Octal 371 242 62 0 43 120 2 42 136 73
Binary 11111001 10100010 110010 0 100011 1010000 10 100010 1011110 111011

Color Harmonies of #F9A232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A232

Black with #F9A232

Text Example


Text Example

White with #F9A232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A232; }

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

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

background-color css

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

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

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

border-color css

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

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

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