Shades of Lightning Yellow #F9A239
Tints of Lightning Yellow #F9A239
RGB
CMYK
RGB Variations
Color information
#F9A239 (or 0xF9A239) is known color: Lightning Yellow. HEX triplet: F9, A2 and 39. RGB value is (249,162,57). Sum of RGB (Red+Green+Blue) = 249+162+57=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 57 (22.66% from 255 or 12.18% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A239 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A239 is #065DC6. Grayscale: #B0B0B0. Windows color (decimal): -417223 or 3777273. OLE color: 3777273.
HSL color Cylindrical-coordinate representation of color #F9A239: hue angle of 32.81º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F9A239 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 162 | 57 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.02 |
| HSL | 32.81º | 0.94% | 0.6% | - |
| HSV(B) | 32.81º | 0.77% | 0.98% | - |
| XYZ | 52.73 | 46.28 | 10.02 | - |
| YUV | 176.04 | 60.82 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 162 | 57 | 0 | 0.35 | 0.77 | 0.02 | 32.81 | 0.94 | 0.6 |
| Hex | F9 | A2 | 39 | 0 | 23 | 4D | 2 | 21 | 5E | 3C |
| Octal | 371 | 242 | 71 | 0 | 43 | 115 | 2 | 41 | 136 | 74 |
| Binary | 11111001 | 10100010 | 111001 | 0 | 100011 | 1001101 | 10 | 100001 | 1011110 | 111100 |
Color Harmonies of #F9A239
Complementary color
Monochromatic Colors of #F9A239
Black with #F9A239
Text Example
Text Example
White with #F9A239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A239; }
p { color: rgb(249,162,57); }
H1.HeaderClassName
{
color: #F9A239;
}
.AnyTagClassName
{
color: #F9A239;
}
</style>
background-color css
<style>
a { background-color: #F9A239; }
a { background-color: rgb(249,162,57); }
div.DivClassName
{
background-color: #F9A239;
}
.BgClassName
{
background-color: #F9A239;
}
</style>
border-color css
<style>
span { border-color: #F9A239; }
span { border-color: rgb(249,162,57); }
td.TdClassName
{
border-color: #F9A239;
}
.TagClassName
{
border-color: #F9A239;
}
</style>