Shades of Lightning Yellow #F2AB3C
Tints of Lightning Yellow #F2AB3C
RGB
CMYK
RGB Variations
Color information
#F2AB3C (or 0xF2AB3C) is known color: Lightning Yellow. HEX triplet: F2, AB and 3C. RGB value is (242,171,60). Sum of RGB (Red+Green+Blue) = 242+171+60=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 60 (23.83% from 255 or 12.68% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AB3C is #0D54C3. Grayscale: #B4B4B4. Windows color (decimal): -873668 or 3976178. OLE color: 3976178.
HSL color Cylindrical-coordinate representation of color #F2AB3C: hue angle of 36.59º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2AB3C is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 60 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.05 |
| HSL | 36.59º | 0.88% | 0.59% | - |
| HSV(B) | 36.59º | 0.75% | 0.95% | - |
| XYZ | 52 | 48.33 | 10.86 | - |
| YUV | 179.58 | 60.52 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 60 | 0 | 0.29 | 0.75 | 0.05 | 36.59 | 0.88 | 0.59 |
| Hex | F2 | AB | 3C | 0 | 1D | 4B | 5 | 25 | 58 | 3B |
| Octal | 362 | 253 | 74 | 0 | 35 | 113 | 5 | 45 | 130 | 73 |
| Binary | 11110010 | 10101011 | 111100 | 0 | 11101 | 1001011 | 101 | 100101 | 1011000 | 111011 |
Color Harmonies of #F2AB3C
Complementary color
Monochromatic Colors of #F2AB3C
Black with #F2AB3C
Text Example
Text Example
White with #F2AB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AB3C; }
p { color: rgb(242,171,60); }
H1.HeaderClassName
{
color: #F2AB3C;
}
.AnyTagClassName
{
color: #F2AB3C;
}
</style>
background-color css
<style>
a { background-color: #F2AB3C; }
a { background-color: rgb(242,171,60); }
div.DivClassName
{
background-color: #F2AB3C;
}
.BgClassName
{
background-color: #F2AB3C;
}
</style>
border-color css
<style>
span { border-color: #F2AB3C; }
span { border-color: rgb(242,171,60); }
td.TdClassName
{
border-color: #F2AB3C;
}
.TagClassName
{
border-color: #F2AB3C;
}
</style>