Shades of Lightning Yellow #F6AB3A
Tints of Lightning Yellow #F6AB3A
RGB
CMYK
RGB Variations
Color information
#F6AB3A (or 0xF6AB3A) is known color: Lightning Yellow. HEX triplet: F6, AB and 3A. RGB value is (246,171,58). Sum of RGB (Red+Green+Blue) = 246+171+58=475 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.79% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 58 (23.05% from 255 or 12.21% from 475); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AB3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6AB3A is #0954C5. Grayscale: #B5B5B5. Windows color (decimal): -611526 or 3845110. OLE color: 3845110.
HSL color Cylindrical-coordinate representation of color #F6AB3A: hue angle of 36.06º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F6AB3A is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 171 | 58 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.04 |
| HSL | 36.06º | 0.91% | 0.6% | - |
| HSV(B) | 36.06º | 0.76% | 0.96% | - |
| XYZ | 53.33 | 49.02 | 10.65 | - |
| YUV | 180.54 | 58.85 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 171 | 58 | 0 | 0.30 | 0.76 | 0.04 | 36.06 | 0.91 | 0.6 |
| Hex | F6 | AB | 3A | 0 | 1E | 4C | 4 | 24 | 5B | 3C |
| Octal | 366 | 253 | 72 | 0 | 36 | 114 | 4 | 44 | 133 | 74 |
| Binary | 11110110 | 10101011 | 111010 | 0 | 11110 | 1001100 | 100 | 100100 | 1011011 | 111100 |
Color Harmonies of #F6AB3A
Complementary color
Monochromatic Colors of #F6AB3A
Black with #F6AB3A
Text Example
Text Example
White with #F6AB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AB3A; }
p { color: rgb(246,171,58); }
H1.HeaderClassName
{
color: #F6AB3A;
}
.AnyTagClassName
{
color: #F6AB3A;
}
</style>
background-color css
<style>
a { background-color: #F6AB3A; }
a { background-color: rgb(246,171,58); }
div.DivClassName
{
background-color: #F6AB3A;
}
.BgClassName
{
background-color: #F6AB3A;
}
</style>
border-color css
<style>
span { border-color: #F6AB3A; }
span { border-color: rgb(246,171,58); }
td.TdClassName
{
border-color: #F6AB3A;
}
.TagClassName
{
border-color: #F6AB3A;
}
</style>