Shades of Lightning Yellow #F6A827
Tints of Lightning Yellow #F6A827
RGB
CMYK
RGB Variations
Color information
#F6A827 (or 0xF6A827) is known color: Lightning Yellow. HEX triplet: F6, A8 and 27. RGB value is (246,168,39). Sum of RGB (Red+Green+Blue) = 246+168+39=453 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.30% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 39 (15.62% from 255 or 8.61% from 453); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A827 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6A827 is #0957D8. Grayscale: #B1B1B1. Windows color (decimal): -612313 or 2599158. OLE color: 2599158.
HSL color Cylindrical-coordinate representation of color #F6A827: hue angle of 37.39º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F6A827 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 168 | 39 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.04 |
| HSL | 37.39º | 0.92% | 0.56% | - |
| HSV(B) | 37.39º | 0.84% | 0.96% | - |
| XYZ | 52.37 | 47.74 | 8.37 | - |
| YUV | 176.62 | 50.34 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 168 | 39 | 0 | 0.32 | 0.84 | 0.04 | 37.39 | 0.92 | 0.56 |
| Hex | F6 | A8 | 27 | 0 | 20 | 54 | 4 | 25 | 5C | 38 |
| Octal | 366 | 250 | 47 | 0 | 40 | 124 | 4 | 45 | 134 | 70 |
| Binary | 11110110 | 10101000 | 100111 | 0 | 100000 | 1010100 | 100 | 100101 | 1011100 | 111000 |
Color Harmonies of #F6A827
Complementary color
Monochromatic Colors of #F6A827
Black with #F6A827
Text Example
Text Example
White with #F6A827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A827; }
p { color: rgb(246,168,39); }
H1.HeaderClassName
{
color: #F6A827;
}
.AnyTagClassName
{
color: #F6A827;
}
</style>
background-color css
<style>
a { background-color: #F6A827; }
a { background-color: rgb(246,168,39); }
div.DivClassName
{
background-color: #F6A827;
}
.BgClassName
{
background-color: #F6A827;
}
</style>
border-color css
<style>
span { border-color: #F6A827; }
span { border-color: rgb(246,168,39); }
td.TdClassName
{
border-color: #F6A827;
}
.TagClassName
{
border-color: #F6A827;
}
</style>