Shades of Lightning Yellow #F0A228
Tints of Lightning Yellow #F0A228
RGB
CMYK
RGB Variations
Color information
#F0A228 (or 0xF0A228) is known color: Lightning Yellow. HEX triplet: F0, A2 and 28. RGB value is (240,162,40). Sum of RGB (Red+Green+Blue) = 240+162+40=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 40 (16.02% from 255 or 9.05% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A228 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A228 is #0F5DD7. Grayscale: #ABABAB. Windows color (decimal): -1007064 or 2663152. OLE color: 2663152.
HSL color Cylindrical-coordinate representation of color #F0A228: hue angle of 36.6º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F0A228 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 162 | 40 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.06 |
| HSL | 36.6º | 0.87% | 0.55% | - |
| HSV(B) | 36.6º | 0.83% | 0.94% | - |
| XYZ | 49.24 | 44.52 | 8.01 | - |
| YUV | 171.41 | 53.84 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 162 | 40 | 0 | 0.32 | 0.83 | 0.06 | 36.6 | 0.87 | 0.55 |
| Hex | F0 | A2 | 28 | 0 | 20 | 53 | 6 | 25 | 57 | 37 |
| Octal | 360 | 242 | 50 | 0 | 40 | 123 | 6 | 45 | 127 | 67 |
| Binary | 11110000 | 10100010 | 101000 | 0 | 100000 | 1010011 | 110 | 100101 | 1010111 | 110111 |
Color Harmonies of #F0A228
Complementary color
Monochromatic Colors of #F0A228
Black with #F0A228
Text Example
Text Example
White with #F0A228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A228; }
p { color: rgb(240,162,40); }
H1.HeaderClassName
{
color: #F0A228;
}
.AnyTagClassName
{
color: #F0A228;
}
</style>
background-color css
<style>
a { background-color: #F0A228; }
a { background-color: rgb(240,162,40); }
div.DivClassName
{
background-color: #F0A228;
}
.BgClassName
{
background-color: #F0A228;
}
</style>
border-color css
<style>
span { border-color: #F0A228; }
span { border-color: rgb(240,162,40); }
td.TdClassName
{
border-color: #F0A228;
}
.TagClassName
{
border-color: #F0A228;
}
</style>