Shades of Lightning Yellow #F0AB2B
Tints of Lightning Yellow #F0AB2B
RGB
CMYK
RGB Variations
Color information
#F0AB2B (or 0xF0AB2B) is known color: Lightning Yellow. HEX triplet: F0, AB and 2B. RGB value is (240,171,43). Sum of RGB (Red+Green+Blue) = 240+171+43=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 43 (17.19% from 255 or 9.47% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AB2B is #0F54D4. Grayscale: #B1B1B1. Windows color (decimal): -1004757 or 2862064. OLE color: 2862064.
HSL color Cylindrical-coordinate representation of color #F0AB2B: hue angle of 38.98º 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 #F0AB2B is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 43 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.06 |
| HSL | 38.98º | 0.87% | 0.55% | - |
| HSV(B) | 38.98º | 0.82% | 0.94% | - |
| XYZ | 50.93 | 47.83 | 8.83 | - |
| YUV | 177.04 | 52.36 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 43 | 0 | 0.29 | 0.82 | 0.06 | 38.98 | 0.87 | 0.55 |
| Hex | F0 | AB | 2B | 0 | 1D | 52 | 6 | 27 | 57 | 37 |
| Octal | 360 | 253 | 53 | 0 | 35 | 122 | 6 | 47 | 127 | 67 |
| Binary | 11110000 | 10101011 | 101011 | 0 | 11101 | 1010010 | 110 | 100111 | 1010111 | 110111 |
Color Harmonies of #F0AB2B
Complementary color
Monochromatic Colors of #F0AB2B
Black with #F0AB2B
Text Example
Text Example
White with #F0AB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AB2B; }
p { color: rgb(240,171,43); }
H1.HeaderClassName
{
color: #F0AB2B;
}
.AnyTagClassName
{
color: #F0AB2B;
}
</style>
background-color css
<style>
a { background-color: #F0AB2B; }
a { background-color: rgb(240,171,43); }
div.DivClassName
{
background-color: #F0AB2B;
}
.BgClassName
{
background-color: #F0AB2B;
}
</style>
border-color css
<style>
span { border-color: #F0AB2B; }
span { border-color: rgb(240,171,43); }
td.TdClassName
{
border-color: #F0AB2B;
}
.TagClassName
{
border-color: #F0AB2B;
}
</style>