Shades of Lightning Yellow #F0A325
Tints of Lightning Yellow #F0A325
RGB
CMYK
RGB Variations
Color information
#F0A325 (or 0xF0A325) is known color: Lightning Yellow. HEX triplet: F0, A3 and 25. RGB value is (240,163,37). Sum of RGB (Red+Green+Blue) = 240+163+37=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 37 (14.84% from 255 or 8.41% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A325 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A325 is #0F5CDA. Grayscale: #ACACAC. Windows color (decimal): -1006811 or 2466800. OLE color: 2466800.
HSL color Cylindrical-coordinate representation of color #F0A325: hue angle of 37.24º 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 #F0A325 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 163 | 37 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.06 |
| HSL | 37.24º | 0.87% | 0.54% | - |
| HSV(B) | 37.24º | 0.85% | 0.94% | - |
| XYZ | 49.37 | 44.85 | 7.81 | - |
| YUV | 171.66 | 52.01 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 163 | 37 | 0 | 0.32 | 0.85 | 0.06 | 37.24 | 0.87 | 0.54 |
| Hex | F0 | A3 | 25 | 0 | 20 | 55 | 6 | 25 | 57 | 36 |
| Octal | 360 | 243 | 45 | 0 | 40 | 125 | 6 | 45 | 127 | 66 |
| Binary | 11110000 | 10100011 | 100101 | 0 | 100000 | 1010101 | 110 | 100101 | 1010111 | 110110 |
Color Harmonies of #F0A325
Complementary color
Monochromatic Colors of #F0A325
Black with #F0A325
Text Example
Text Example
White with #F0A325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A325; }
p { color: rgb(240,163,37); }
H1.HeaderClassName
{
color: #F0A325;
}
.AnyTagClassName
{
color: #F0A325;
}
</style>
background-color css
<style>
a { background-color: #F0A325; }
a { background-color: rgb(240,163,37); }
div.DivClassName
{
background-color: #F0A325;
}
.BgClassName
{
background-color: #F0A325;
}
</style>
border-color css
<style>
span { border-color: #F0A325; }
span { border-color: rgb(240,163,37); }
td.TdClassName
{
border-color: #F0A325;
}
.TagClassName
{
border-color: #F0A325;
}
</style>