Shades of Lightning Yellow #F0A225
Tints of Lightning Yellow #F0A225
RGB
CMYK
RGB Variations
Color information
#F0A225 (or 0xF0A225) is known color: Lightning Yellow. HEX triplet: F0, A2 and 25. RGB value is (240,162,37). Sum of RGB (Red+Green+Blue) = 240+162+37=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 37 (14.84% from 255 or 8.43% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A225 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A225 is #0F5DDA. Grayscale: #ABABAB. Windows color (decimal): -1007067 or 2466544. OLE color: 2466544.
HSL color Cylindrical-coordinate representation of color #F0A225: hue angle of 36.95º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F0A225 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 162 | 37 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.06 |
| HSL | 36.95º | 0.87% | 0.54% | - |
| HSV(B) | 36.95º | 0.85% | 0.94% | - |
| XYZ | 49.19 | 44.5 | 7.75 | - |
| YUV | 171.07 | 52.34 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 162 | 37 | 0 | 0.32 | 0.85 | 0.06 | 36.95 | 0.87 | 0.54 |
| Hex | F0 | A2 | 25 | 0 | 20 | 55 | 6 | 25 | 57 | 36 |
| Octal | 360 | 242 | 45 | 0 | 40 | 125 | 6 | 45 | 127 | 66 |
| Binary | 11110000 | 10100010 | 100101 | 0 | 100000 | 1010101 | 110 | 100101 | 1010111 | 110110 |
Color Harmonies of #F0A225
Complementary color
Monochromatic Colors of #F0A225
Black with #F0A225
Text Example
Text Example
White with #F0A225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A225; }
p { color: rgb(240,162,37); }
H1.HeaderClassName
{
color: #F0A225;
}
.AnyTagClassName
{
color: #F0A225;
}
</style>
background-color css
<style>
a { background-color: #F0A225; }
a { background-color: rgb(240,162,37); }
div.DivClassName
{
background-color: #F0A225;
}
.BgClassName
{
background-color: #F0A225;
}
</style>
border-color css
<style>
span { border-color: #F0A225; }
span { border-color: rgb(240,162,37); }
td.TdClassName
{
border-color: #F0A225;
}
.TagClassName
{
border-color: #F0A225;
}
</style>