Shades of Lightning Yellow #F0A12B
Tints of Lightning Yellow #F0A12B
RGB
CMYK
RGB Variations
Color information
#F0A12B (or 0xF0A12B) is known color: Lightning Yellow. HEX triplet: F0, A1 and 2B. RGB value is (240,161,43). Sum of RGB (Red+Green+Blue) = 240+161+43=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 43 (17.19% from 255 or 9.68% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A12B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A12B is #0F5ED4. Grayscale: #ABABAB. Windows color (decimal): -1007317 or 2859504. OLE color: 2859504.
HSL color Cylindrical-coordinate representation of color #F0A12B: hue angle of 35.94º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0A12B is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 161 | 43 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.06 |
| HSL | 35.94º | 0.87% | 0.55% | - |
| HSV(B) | 35.94º | 0.82% | 0.94% | - |
| XYZ | 49.12 | 44.19 | 8.23 | - |
| YUV | 171.17 | 55.67 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 161 | 43 | 0 | 0.33 | 0.82 | 0.06 | 35.94 | 0.87 | 0.55 |
| Hex | F0 | A1 | 2B | 0 | 21 | 52 | 6 | 24 | 57 | 37 |
| Octal | 360 | 241 | 53 | 0 | 41 | 122 | 6 | 44 | 127 | 67 |
| Binary | 11110000 | 10100001 | 101011 | 0 | 100001 | 1010010 | 110 | 100100 | 1010111 | 110111 |
Color Harmonies of #F0A12B
Complementary color
Monochromatic Colors of #F0A12B
Black with #F0A12B
Text Example
Text Example
White with #F0A12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A12B; }
p { color: rgb(240,161,43); }
H1.HeaderClassName
{
color: #F0A12B;
}
.AnyTagClassName
{
color: #F0A12B;
}
</style>
background-color css
<style>
a { background-color: #F0A12B; }
a { background-color: rgb(240,161,43); }
div.DivClassName
{
background-color: #F0A12B;
}
.BgClassName
{
background-color: #F0A12B;
}
</style>
border-color css
<style>
span { border-color: #F0A12B; }
span { border-color: rgb(240,161,43); }
td.TdClassName
{
border-color: #F0A12B;
}
.TagClassName
{
border-color: #F0A12B;
}
</style>