Shades of Lightning Yellow #F0A127
Tints of Lightning Yellow #F0A127
RGB
CMYK
RGB Variations
Color information
#F0A127 (or 0xF0A127) is known color: Lightning Yellow. HEX triplet: F0, A1 and 27. RGB value is (240,161,39). Sum of RGB (Red+Green+Blue) = 240+161+39=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 39 (15.62% from 255 or 8.86% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A127 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A127 is #0F5ED8. Grayscale: #ABABAB. Windows color (decimal): -1007321 or 2597360. OLE color: 2597360.
HSL color Cylindrical-coordinate representation of color #F0A127: hue angle of 36.42º 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 #F0A127 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 161 | 39 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.06 |
| HSL | 36.42º | 0.87% | 0.55% | - |
| HSV(B) | 36.42º | 0.84% | 0.94% | - |
| XYZ | 49.05 | 44.16 | 7.86 | - |
| YUV | 170.71 | 53.67 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 161 | 39 | 0 | 0.33 | 0.84 | 0.06 | 36.42 | 0.87 | 0.55 |
| Hex | F0 | A1 | 27 | 0 | 21 | 54 | 6 | 24 | 57 | 37 |
| Octal | 360 | 241 | 47 | 0 | 41 | 124 | 6 | 44 | 127 | 67 |
| Binary | 11110000 | 10100001 | 100111 | 0 | 100001 | 1010100 | 110 | 100100 | 1010111 | 110111 |
Color Harmonies of #F0A127
Complementary color
Monochromatic Colors of #F0A127
Black with #F0A127
Text Example
Text Example
White with #F0A127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A127; }
p { color: rgb(240,161,39); }
H1.HeaderClassName
{
color: #F0A127;
}
.AnyTagClassName
{
color: #F0A127;
}
</style>
background-color css
<style>
a { background-color: #F0A127; }
a { background-color: rgb(240,161,39); }
div.DivClassName
{
background-color: #F0A127;
}
.BgClassName
{
background-color: #F0A127;
}
</style>
border-color css
<style>
span { border-color: #F0A127; }
span { border-color: rgb(240,161,39); }
td.TdClassName
{
border-color: #F0A127;
}
.TagClassName
{
border-color: #F0A127;
}
</style>