Shades of Lightning Yellow #F0A426
Tints of Lightning Yellow #F0A426
RGB
CMYK
RGB Variations
Color information
#F0A426 (or 0xF0A426) is known color: Lightning Yellow. HEX triplet: F0, A4 and 26. RGB value is (240,164,38). Sum of RGB (Red+Green+Blue) = 240+164+38=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 38 (15.23% from 255 or 8.60% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A426 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A426 is #0F5BD9. Grayscale: #ACACAC. Windows color (decimal): -1006554 or 2532592. OLE color: 2532592.
HSL color Cylindrical-coordinate representation of color #F0A426: hue angle of 37.43º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F0A426 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 164 | 38 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.06 |
| HSL | 37.43º | 0.87% | 0.55% | - |
| HSV(B) | 37.43º | 0.84% | 0.94% | - |
| XYZ | 49.56 | 45.22 | 7.95 | - |
| YUV | 172.36 | 52.18 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 164 | 38 | 0 | 0.32 | 0.84 | 0.06 | 37.43 | 0.87 | 0.55 |
| Hex | F0 | A4 | 26 | 0 | 20 | 54 | 6 | 25 | 57 | 37 |
| Octal | 360 | 244 | 46 | 0 | 40 | 124 | 6 | 45 | 127 | 67 |
| Binary | 11110000 | 10100100 | 100110 | 0 | 100000 | 1010100 | 110 | 100101 | 1010111 | 110111 |
Color Harmonies of #F0A426
Complementary color
Monochromatic Colors of #F0A426
Black with #F0A426
Text Example
Text Example
White with #F0A426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A426; }
p { color: rgb(240,164,38); }
H1.HeaderClassName
{
color: #F0A426;
}
.AnyTagClassName
{
color: #F0A426;
}
</style>
background-color css
<style>
a { background-color: #F0A426; }
a { background-color: rgb(240,164,38); }
div.DivClassName
{
background-color: #F0A426;
}
.BgClassName
{
background-color: #F0A426;
}
</style>
border-color css
<style>
span { border-color: #F0A426; }
span { border-color: rgb(240,164,38); }
td.TdClassName
{
border-color: #F0A426;
}
.TagClassName
{
border-color: #F0A426;
}
</style>