Shades of Lightning Yellow #F2AB34
Tints of Lightning Yellow #F2AB34
RGB
CMYK
RGB Variations
Color information
#F2AB34 (or 0xF2AB34) is known color: Lightning Yellow. HEX triplet: F2, AB and 34. RGB value is (242,171,52). Sum of RGB (Red+Green+Blue) = 242+171+52=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 52 (20.70% from 255 or 11.18% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AB34 is #0D54CB. Grayscale: #B3B3B3. Windows color (decimal): -873676 or 3451890. OLE color: 3451890.
HSL color Cylindrical-coordinate representation of color #F2AB34: hue angle of 37.58º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F2AB34 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 52 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.05 |
| HSL | 37.58º | 0.88% | 0.58% | - |
| HSV(B) | 37.58º | 0.79% | 0.95% | - |
| XYZ | 51.8 | 48.25 | 9.83 | - |
| YUV | 178.66 | 56.52 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 52 | 0 | 0.29 | 0.79 | 0.05 | 37.58 | 0.88 | 0.58 |
| Hex | F2 | AB | 34 | 0 | 1D | 4F | 5 | 26 | 58 | 3A |
| Octal | 362 | 253 | 64 | 0 | 35 | 117 | 5 | 46 | 130 | 72 |
| Binary | 11110010 | 10101011 | 110100 | 0 | 11101 | 1001111 | 101 | 100110 | 1011000 | 111010 |
Color Harmonies of #F2AB34
Complementary color
Monochromatic Colors of #F2AB34
Black with #F2AB34
Text Example
Text Example
White with #F2AB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AB34; }
p { color: rgb(242,171,52); }
H1.HeaderClassName
{
color: #F2AB34;
}
.AnyTagClassName
{
color: #F2AB34;
}
</style>
background-color css
<style>
a { background-color: #F2AB34; }
a { background-color: rgb(242,171,52); }
div.DivClassName
{
background-color: #F2AB34;
}
.BgClassName
{
background-color: #F2AB34;
}
</style>
border-color css
<style>
span { border-color: #F2AB34; }
span { border-color: rgb(242,171,52); }
td.TdClassName
{
border-color: #F2AB34;
}
.TagClassName
{
border-color: #F2AB34;
}
</style>