Shades of Lightning Yellow #F2AB2B
Tints of Lightning Yellow #F2AB2B
RGB
CMYK
RGB Variations
Color information
#F2AB2B (or 0xF2AB2B) is known color: Lightning Yellow. HEX triplet: F2, AB and 2B. RGB value is (242,171,43). Sum of RGB (Red+Green+Blue) = 242+171+43=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 43 (17.19% from 255 or 9.43% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AB2B is #0D54D4. Grayscale: #B2B2B2. Windows color (decimal): -873685 or 2862066. OLE color: 2862066.
HSL color Cylindrical-coordinate representation of color #F2AB2B: hue angle of 38.59º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2AB2B is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 43 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.05 |
| HSL | 38.59º | 0.88% | 0.56% | - |
| HSV(B) | 38.59º | 0.82% | 0.95% | - |
| XYZ | 51.62 | 48.18 | 8.86 | - |
| YUV | 177.64 | 52.02 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 43 | 0 | 0.29 | 0.82 | 0.05 | 38.59 | 0.88 | 0.56 |
| Hex | F2 | AB | 2B | 0 | 1D | 52 | 5 | 27 | 58 | 38 |
| Octal | 362 | 253 | 53 | 0 | 35 | 122 | 5 | 47 | 130 | 70 |
| Binary | 11110010 | 10101011 | 101011 | 0 | 11101 | 1010010 | 101 | 100111 | 1011000 | 111000 |
Color Harmonies of #F2AB2B
Complementary color
Monochromatic Colors of #F2AB2B
Black with #F2AB2B
Text Example
Text Example
White with #F2AB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AB2B; }
p { color: rgb(242,171,43); }
H1.HeaderClassName
{
color: #F2AB2B;
}
.AnyTagClassName
{
color: #F2AB2B;
}
</style>
background-color css
<style>
a { background-color: #F2AB2B; }
a { background-color: rgb(242,171,43); }
div.DivClassName
{
background-color: #F2AB2B;
}
.BgClassName
{
background-color: #F2AB2B;
}
</style>
border-color css
<style>
span { border-color: #F2AB2B; }
span { border-color: rgb(242,171,43); }
td.TdClassName
{
border-color: #F2AB2B;
}
.TagClassName
{
border-color: #F2AB2B;
}
</style>