Shades of Lightning Yellow #F2AB2A
Tints of Lightning Yellow #F2AB2A
RGB
CMYK
RGB Variations
Color information
#F2AB2A (or 0xF2AB2A) is known color: Lightning Yellow. HEX triplet: F2, AB and 2A. RGB value is (242,171,42). Sum of RGB (Red+Green+Blue) = 242+171+42=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 42 (16.80% from 255 or 9.23% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AB2A is #0D54D5. Grayscale: #B2B2B2. Windows color (decimal): -873686 or 2796530. OLE color: 2796530.
HSL color Cylindrical-coordinate representation of color #F2AB2A: hue angle of 38.7º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2AB2A is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 42 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.05 |
| HSL | 38.7º | 0.88% | 0.56% | - |
| HSV(B) | 38.7º | 0.83% | 0.95% | - |
| XYZ | 51.6 | 48.17 | 8.77 | - |
| YUV | 177.52 | 51.52 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 42 | 0 | 0.29 | 0.83 | 0.05 | 38.7 | 0.88 | 0.56 |
| Hex | F2 | AB | 2A | 0 | 1D | 53 | 5 | 27 | 58 | 38 |
| Octal | 362 | 253 | 52 | 0 | 35 | 123 | 5 | 47 | 130 | 70 |
| Binary | 11110010 | 10101011 | 101010 | 0 | 11101 | 1010011 | 101 | 100111 | 1011000 | 111000 |
Color Harmonies of #F2AB2A
Complementary color
Monochromatic Colors of #F2AB2A
Black with #F2AB2A
Text Example
Text Example
White with #F2AB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AB2A; }
p { color: rgb(242,171,42); }
H1.HeaderClassName
{
color: #F2AB2A;
}
.AnyTagClassName
{
color: #F2AB2A;
}
</style>
background-color css
<style>
a { background-color: #F2AB2A; }
a { background-color: rgb(242,171,42); }
div.DivClassName
{
background-color: #F2AB2A;
}
.BgClassName
{
background-color: #F2AB2A;
}
</style>
border-color css
<style>
span { border-color: #F2AB2A; }
span { border-color: rgb(242,171,42); }
td.TdClassName
{
border-color: #F2AB2A;
}
.TagClassName
{
border-color: #F2AB2A;
}
</style>