Shades of Lightning Yellow #F2AB36
Tints of Lightning Yellow #F2AB36
RGB
CMYK
RGB Variations
Color information
#F2AB36 (or 0xF2AB36) is known color: Lightning Yellow. HEX triplet: F2, AB and 36. RGB value is (242,171,54). Sum of RGB (Red+Green+Blue) = 242+171+54=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 54 (21.48% from 255 or 11.56% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB36 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AB36 is #0D54C9. Grayscale: #B3B3B3. Windows color (decimal): -873674 or 3582962. OLE color: 3582962.
HSL color Cylindrical-coordinate representation of color #F2AB36: hue angle of 37.34º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F2AB36 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 54 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.05 |
| HSL | 37.34º | 0.88% | 0.58% | - |
| HSV(B) | 37.34º | 0.78% | 0.95% | - |
| XYZ | 51.85 | 48.27 | 10.07 | - |
| YUV | 178.89 | 57.52 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 54 | 0 | 0.29 | 0.78 | 0.05 | 37.34 | 0.88 | 0.58 |
| Hex | F2 | AB | 36 | 0 | 1D | 4E | 5 | 25 | 58 | 3A |
| Octal | 362 | 253 | 66 | 0 | 35 | 116 | 5 | 45 | 130 | 72 |
| Binary | 11110010 | 10101011 | 110110 | 0 | 11101 | 1001110 | 101 | 100101 | 1011000 | 111010 |
Color Harmonies of #F2AB36
Complementary color
Monochromatic Colors of #F2AB36
Black with #F2AB36
Text Example
Text Example
White with #F2AB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AB36; }
p { color: rgb(242,171,54); }
H1.HeaderClassName
{
color: #F2AB36;
}
.AnyTagClassName
{
color: #F2AB36;
}
</style>
background-color css
<style>
a { background-color: #F2AB36; }
a { background-color: rgb(242,171,54); }
div.DivClassName
{
background-color: #F2AB36;
}
.BgClassName
{
background-color: #F2AB36;
}
</style>
border-color css
<style>
span { border-color: #F2AB36; }
span { border-color: rgb(242,171,54); }
td.TdClassName
{
border-color: #F2AB36;
}
.TagClassName
{
border-color: #F2AB36;
}
</style>