Shades of Lightning Yellow #F0A836
Tints of Lightning Yellow #F0A836
RGB
CMYK
RGB Variations
Color information
#F0A836 (or 0xF0A836) is known color: Lightning Yellow. HEX triplet: F0, A8 and 36. RGB value is (240,168,54). Sum of RGB (Red+Green+Blue) = 240+168+54=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 54 (21.48% from 255 or 11.69% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A836 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A836 is #0F57C9. Grayscale: #B1B1B1. Windows color (decimal): -1005514 or 3582192. OLE color: 3582192.
HSL color Cylindrical-coordinate representation of color #F0A836: hue angle of 36.77º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F0A836 is Cyan = 0, Magento = 0.3, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 168 | 54 | - |
| CMYK | 0 | 0.3 | 0.78 | 0.06 |
| HSL | 36.77º | 0.86% | 0.58% | - |
| HSV(B) | 36.77º | 0.78% | 0.94% | - |
| XYZ | 50.6 | 46.8 | 9.86 | - |
| YUV | 176.53 | 58.85 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 168 | 54 | 0 | 0.3 | 0.78 | 0.06 | 36.77 | 0.86 | 0.58 |
| Hex | F0 | A8 | 36 | 0 | 1E | 4E | 6 | 25 | 56 | 3A |
| Octal | 360 | 250 | 66 | 0 | 36 | 116 | 6 | 45 | 126 | 72 |
| Binary | 11110000 | 10101000 | 110110 | 0 | 11110 | 1001110 | 110 | 100101 | 1010110 | 111010 |
Color Harmonies of #F0A836
Complementary color
Monochromatic Colors of #F0A836
Black with #F0A836
Text Example
Text Example
White with #F0A836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A836; }
p { color: rgb(240,168,54); }
H1.HeaderClassName
{
color: #F0A836;
}
.AnyTagClassName
{
color: #F0A836;
}
</style>
background-color css
<style>
a { background-color: #F0A836; }
a { background-color: rgb(240,168,54); }
div.DivClassName
{
background-color: #F0A836;
}
.BgClassName
{
background-color: #F0A836;
}
</style>
border-color css
<style>
span { border-color: #F0A836; }
span { border-color: rgb(240,168,54); }
td.TdClassName
{
border-color: #F0A836;
}
.TagClassName
{
border-color: #F0A836;
}
</style>