Shades of Lightning Yellow #F2AB3B
Tints of Lightning Yellow #F2AB3B
RGB
CMYK
RGB Variations
Color information
#F2AB3B (or 0xF2AB3B) is known color: Lightning Yellow. HEX triplet: F2, AB and 3B. RGB value is (242,171,59). Sum of RGB (Red+Green+Blue) = 242+171+59=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 59 (23.44% from 255 or 12.5% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB3B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AB3B is #0D54C4. Grayscale: #B3B3B3. Windows color (decimal): -873669 or 3910642. OLE color: 3910642.
HSL color Cylindrical-coordinate representation of color #F2AB3B: hue angle of 36.72º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F2AB3B is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 59 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.05 |
| HSL | 36.72º | 0.88% | 0.59% | - |
| HSV(B) | 36.72º | 0.76% | 0.95% | - |
| XYZ | 51.97 | 48.32 | 10.73 | - |
| YUV | 179.46 | 60.02 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 59 | 0 | 0.29 | 0.76 | 0.05 | 36.72 | 0.88 | 0.59 |
| Hex | F2 | AB | 3B | 0 | 1D | 4C | 5 | 25 | 58 | 3B |
| Octal | 362 | 253 | 73 | 0 | 35 | 114 | 5 | 45 | 130 | 73 |
| Binary | 11110010 | 10101011 | 111011 | 0 | 11101 | 1001100 | 101 | 100101 | 1011000 | 111011 |
Color Harmonies of #F2AB3B
Complementary color
Monochromatic Colors of #F2AB3B
Black with #F2AB3B
Text Example
Text Example
White with #F2AB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AB3B; }
p { color: rgb(242,171,59); }
H1.HeaderClassName
{
color: #F2AB3B;
}
.AnyTagClassName
{
color: #F2AB3B;
}
</style>
background-color css
<style>
a { background-color: #F2AB3B; }
a { background-color: rgb(242,171,59); }
div.DivClassName
{
background-color: #F2AB3B;
}
.BgClassName
{
background-color: #F2AB3B;
}
</style>
border-color css
<style>
span { border-color: #F2AB3B; }
span { border-color: rgb(242,171,59); }
td.TdClassName
{
border-color: #F2AB3B;
}
.TagClassName
{
border-color: #F2AB3B;
}
</style>