Shades of Lightning Yellow #F2AB25
Tints of Lightning Yellow #F2AB25
RGB
CMYK
RGB Variations
Color information
#F2AB25 (or 0xF2AB25) is known color: Lightning Yellow. HEX triplet: F2, AB and 25. RGB value is (242,171,37). Sum of RGB (Red+Green+Blue) = 242+171+37=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 37 (14.84% from 255 or 8.22% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AB25 is #0D54DA. Grayscale: #B1B1B1. Windows color (decimal): -873691 or 2468850. OLE color: 2468850.
HSL color Cylindrical-coordinate representation of color #F2AB25: hue angle of 39.22º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2AB25 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 37 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.05 |
| HSL | 39.22º | 0.89% | 0.55% | - |
| HSV(B) | 39.22º | 0.85% | 0.95% | - |
| XYZ | 51.51 | 48.14 | 8.33 | - |
| YUV | 176.95 | 49.02 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 37 | 0 | 0.29 | 0.85 | 0.05 | 39.22 | 0.89 | 0.55 |
| Hex | F2 | AB | 25 | 0 | 1D | 55 | 5 | 27 | 59 | 37 |
| Octal | 362 | 253 | 45 | 0 | 35 | 125 | 5 | 47 | 131 | 67 |
| Binary | 11110010 | 10101011 | 100101 | 0 | 11101 | 1010101 | 101 | 100111 | 1011001 | 110111 |
Color Harmonies of #F2AB25
Complementary color
Monochromatic Colors of #F2AB25
Black with #F2AB25
Text Example
Text Example
White with #F2AB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AB25; }
p { color: rgb(242,171,37); }
H1.HeaderClassName
{
color: #F2AB25;
}
.AnyTagClassName
{
color: #F2AB25;
}
</style>
background-color css
<style>
a { background-color: #F2AB25; }
a { background-color: rgb(242,171,37); }
div.DivClassName
{
background-color: #F2AB25;
}
.BgClassName
{
background-color: #F2AB25;
}
</style>
border-color css
<style>
span { border-color: #F2AB25; }
span { border-color: rgb(242,171,37); }
td.TdClassName
{
border-color: #F2AB25;
}
.TagClassName
{
border-color: #F2AB25;
}
</style>