Shades of Lightning Yellow #F7A628
Tints of Lightning Yellow #F7A628
RGB
CMYK
RGB Variations
Color information
#F7A628 (or 0xF7A628) is known color: Lightning Yellow. HEX triplet: F7, A6 and 28. RGB value is (247,166,40). Sum of RGB (Red+Green+Blue) = 247+166+40=453 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.53% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 40 (16.02% from 255 or 8.83% from 453); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A628 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A628 is #0859D7. Grayscale: #B0B0B0. Windows color (decimal): -547288 or 2664183. OLE color: 2664183.
HSL color Cylindrical-coordinate representation of color #F7A628: hue angle of 36.52º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F7A628 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 166 | 40 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.03 |
| HSL | 36.52º | 0.93% | 0.56% | - |
| HSV(B) | 36.52º | 0.84% | 0.97% | - |
| XYZ | 52.38 | 47.2 | 8.36 | - |
| YUV | 175.86 | 51.34 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 166 | 40 | 0 | 0.33 | 0.84 | 0.03 | 36.52 | 0.93 | 0.56 |
| Hex | F7 | A6 | 28 | 0 | 21 | 54 | 3 | 25 | 5D | 38 |
| Octal | 367 | 246 | 50 | 0 | 41 | 124 | 3 | 45 | 135 | 70 |
| Binary | 11110111 | 10100110 | 101000 | 0 | 100001 | 1010100 | 11 | 100101 | 1011101 | 111000 |
Color Harmonies of #F7A628
Complementary color
Monochromatic Colors of #F7A628
Black with #F7A628
Text Example
Text Example
White with #F7A628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A628; }
p { color: rgb(247,166,40); }
H1.HeaderClassName
{
color: #F7A628;
}
.AnyTagClassName
{
color: #F7A628;
}
</style>
background-color css
<style>
a { background-color: #F7A628; }
a { background-color: rgb(247,166,40); }
div.DivClassName
{
background-color: #F7A628;
}
.BgClassName
{
background-color: #F7A628;
}
</style>
border-color css
<style>
span { border-color: #F7A628; }
span { border-color: rgb(247,166,40); }
td.TdClassName
{
border-color: #F7A628;
}
.TagClassName
{
border-color: #F7A628;
}
</style>