Shades of Lightning Yellow #F6AB2C
Tints of Lightning Yellow #F6AB2C
RGB
CMYK
RGB Variations
Color information
#F6AB2C (or 0xF6AB2C) is known color: Lightning Yellow. HEX triplet: F6, AB and 2C. RGB value is (246,171,44). Sum of RGB (Red+Green+Blue) = 246+171+44=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 44 (17.58% from 255 or 9.54% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AB2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6AB2C is #0954D3. Grayscale: #B3B3B3. Windows color (decimal): -611540 or 2927606. OLE color: 2927606.
HSL color Cylindrical-coordinate representation of color #F6AB2C: hue angle of 37.72º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F6AB2C is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 171 | 44 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.04 |
| HSL | 37.72º | 0.92% | 0.57% | - |
| HSV(B) | 37.72º | 0.82% | 0.96% | - |
| XYZ | 53.02 | 48.9 | 9.03 | - |
| YUV | 178.95 | 51.85 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 171 | 44 | 0 | 0.30 | 0.82 | 0.04 | 37.72 | 0.92 | 0.57 |
| Hex | F6 | AB | 2C | 0 | 1E | 52 | 4 | 26 | 5C | 39 |
| Octal | 366 | 253 | 54 | 0 | 36 | 122 | 4 | 46 | 134 | 71 |
| Binary | 11110110 | 10101011 | 101100 | 0 | 11110 | 1010010 | 100 | 100110 | 1011100 | 111001 |
Color Harmonies of #F6AB2C
Complementary color
Monochromatic Colors of #F6AB2C
Black with #F6AB2C
Text Example
Text Example
White with #F6AB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AB2C; }
p { color: rgb(246,171,44); }
H1.HeaderClassName
{
color: #F6AB2C;
}
.AnyTagClassName
{
color: #F6AB2C;
}
</style>
background-color css
<style>
a { background-color: #F6AB2C; }
a { background-color: rgb(246,171,44); }
div.DivClassName
{
background-color: #F6AB2C;
}
.BgClassName
{
background-color: #F6AB2C;
}
</style>
border-color css
<style>
span { border-color: #F6AB2C; }
span { border-color: rgb(246,171,44); }
td.TdClassName
{
border-color: #F6AB2C;
}
.TagClassName
{
border-color: #F6AB2C;
}
</style>