Shades of Lightning Yellow #F6A831
Tints of Lightning Yellow #F6A831
RGB
CMYK
RGB Variations
Color information
#F6A831 (or 0xF6A831) is known color: Lightning Yellow. HEX triplet: F6, A8 and 31. RGB value is (246,168,49). Sum of RGB (Red+Green+Blue) = 246+168+49=463 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.13% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 49 (19.53% from 255 or 10.58% from 463); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A831 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6A831 is #0957CE. Grayscale: #B2B2B2. Windows color (decimal): -612303 or 3254518. OLE color: 3254518.
HSL color Cylindrical-coordinate representation of color #F6A831: hue angle of 36.24º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F6A831 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 168 | 49 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.04 |
| HSL | 36.24º | 0.92% | 0.58% | - |
| HSV(B) | 36.24º | 0.8% | 0.96% | - |
| XYZ | 52.56 | 47.82 | 9.37 | - |
| YUV | 177.76 | 55.34 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 168 | 49 | 0 | 0.32 | 0.80 | 0.04 | 36.24 | 0.92 | 0.58 |
| Hex | F6 | A8 | 31 | 0 | 20 | 50 | 4 | 24 | 5C | 3A |
| Octal | 366 | 250 | 61 | 0 | 40 | 120 | 4 | 44 | 134 | 72 |
| Binary | 11110110 | 10101000 | 110001 | 0 | 100000 | 1010000 | 100 | 100100 | 1011100 | 111010 |
Color Harmonies of #F6A831
Complementary color
Monochromatic Colors of #F6A831
Black with #F6A831
Text Example
Text Example
White with #F6A831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A831; }
p { color: rgb(246,168,49); }
H1.HeaderClassName
{
color: #F6A831;
}
.AnyTagClassName
{
color: #F6A831;
}
</style>
background-color css
<style>
a { background-color: #F6A831; }
a { background-color: rgb(246,168,49); }
div.DivClassName
{
background-color: #F6A831;
}
.BgClassName
{
background-color: #F6A831;
}
</style>
border-color css
<style>
span { border-color: #F6A831; }
span { border-color: rgb(246,168,49); }
td.TdClassName
{
border-color: #F6A831;
}
.TagClassName
{
border-color: #F6A831;
}
</style>