Shades of Lightning Yellow #F0A837
Tints of Lightning Yellow #F0A837
RGB
CMYK
RGB Variations
Color information
#F0A837 (or 0xF0A837) is known color: Lightning Yellow. HEX triplet: F0, A8 and 37. RGB value is (240,168,55). Sum of RGB (Red+Green+Blue) = 240+168+55=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 55 (21.88% from 255 or 11.88% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A837 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A837 is #0F57C8. Grayscale: #B1B1B1. Windows color (decimal): -1005513 or 3647728. OLE color: 3647728.
HSL color Cylindrical-coordinate representation of color #F0A837: hue angle of 36.65º 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 #F0A837 is Cyan = 0, Magento = 0.3, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 168 | 55 | - |
| CMYK | 0 | 0.3 | 0.77 | 0.06 |
| HSL | 36.65º | 0.86% | 0.58% | - |
| HSV(B) | 36.65º | 0.77% | 0.94% | - |
| XYZ | 50.63 | 46.81 | 9.98 | - |
| YUV | 176.65 | 59.35 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 168 | 55 | 0 | 0.3 | 0.77 | 0.06 | 36.65 | 0.86 | 0.58 |
| Hex | F0 | A8 | 37 | 0 | 1E | 4D | 6 | 25 | 56 | 3A |
| Octal | 360 | 250 | 67 | 0 | 36 | 115 | 6 | 45 | 126 | 72 |
| Binary | 11110000 | 10101000 | 110111 | 0 | 11110 | 1001101 | 110 | 100101 | 1010110 | 111010 |
Color Harmonies of #F0A837
Complementary color
Monochromatic Colors of #F0A837
Black with #F0A837
Text Example
Text Example
White with #F0A837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A837; }
p { color: rgb(240,168,55); }
H1.HeaderClassName
{
color: #F0A837;
}
.AnyTagClassName
{
color: #F0A837;
}
</style>
background-color css
<style>
a { background-color: #F0A837; }
a { background-color: rgb(240,168,55); }
div.DivClassName
{
background-color: #F0A837;
}
.BgClassName
{
background-color: #F0A837;
}
</style>
border-color css
<style>
span { border-color: #F0A837; }
span { border-color: rgb(240,168,55); }
td.TdClassName
{
border-color: #F0A837;
}
.TagClassName
{
border-color: #F0A837;
}
</style>