Shades of Lightning Yellow #F09F2A
Tints of Lightning Yellow #F09F2A
RGB
CMYK
RGB Variations
Color information
#F09F2A (or 0xF09F2A) is known color: Lightning Yellow. HEX triplet: F0, 9F and 2A. RGB value is (240,159,42). Sum of RGB (Red+Green+Blue) = 240+159+42=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F09F2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09F2A is #0F60D5. Grayscale: #AAAAAA. Windows color (decimal): -1007830 or 2793456. OLE color: 2793456.
HSL color Cylindrical-coordinate representation of color #F09F2A: hue angle of 35.45º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F09F2A is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 159 | 42 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.06 |
| HSL | 35.45º | 0.87% | 0.55% | - |
| HSV(B) | 35.45º | 0.83% | 0.94% | - |
| XYZ | 48.75 | 43.49 | 8.02 | - |
| YUV | 169.88 | 55.84 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 159 | 42 | 0 | 0.34 | 0.82 | 0.06 | 35.45 | 0.87 | 0.55 |
| Hex | F0 | 9F | 2A | 0 | 22 | 52 | 6 | 23 | 57 | 37 |
| Octal | 360 | 237 | 52 | 0 | 42 | 122 | 6 | 43 | 127 | 67 |
| Binary | 11110000 | 10011111 | 101010 | 0 | 100010 | 1010010 | 110 | 100011 | 1010111 | 110111 |
Color Harmonies of #F09F2A
Complementary color
Monochromatic Colors of #F09F2A
Black with #F09F2A
Text Example
Text Example
White with #F09F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09F2A; }
p { color: rgb(240,159,42); }
H1.HeaderClassName
{
color: #F09F2A;
}
.AnyTagClassName
{
color: #F09F2A;
}
</style>
background-color css
<style>
a { background-color: #F09F2A; }
a { background-color: rgb(240,159,42); }
div.DivClassName
{
background-color: #F09F2A;
}
.BgClassName
{
background-color: #F09F2A;
}
</style>
border-color css
<style>
span { border-color: #F09F2A; }
span { border-color: rgb(240,159,42); }
td.TdClassName
{
border-color: #F09F2A;
}
.TagClassName
{
border-color: #F09F2A;
}
</style>