Shades of Lightning Yellow #F4A628
Tints of Lightning Yellow #F4A628
RGB
CMYK
RGB Variations
Color information
#F4A628 (or 0xF4A628) is known color: Lightning Yellow. HEX triplet: F4, A6 and 28. RGB value is (244,166,40). Sum of RGB (Red+Green+Blue) = 244+166+40=450 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.22% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 40 (16.02% from 255 or 8.89% from 450); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A628 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A628 is #0B59D7. Grayscale: #AFAFAF. Windows color (decimal): -743896 or 2664180. OLE color: 2664180.
HSL color Cylindrical-coordinate representation of color #F4A628: hue angle of 37.06º degrees, saturation: 0.9, 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 #F4A628 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 166 | 40 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.04 |
| HSL | 37.06º | 0.9% | 0.56% | - |
| HSV(B) | 37.06º | 0.84% | 0.96% | - |
| XYZ | 51.33 | 46.66 | 8.31 | - |
| YUV | 174.96 | 51.84 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 166 | 40 | 0 | 0.32 | 0.84 | 0.04 | 37.06 | 0.9 | 0.56 |
| Hex | F4 | A6 | 28 | 0 | 20 | 54 | 4 | 25 | 5A | 38 |
| Octal | 364 | 246 | 50 | 0 | 40 | 124 | 4 | 45 | 132 | 70 |
| Binary | 11110100 | 10100110 | 101000 | 0 | 100000 | 1010100 | 100 | 100101 | 1011010 | 111000 |
Color Harmonies of #F4A628
Complementary color
Monochromatic Colors of #F4A628
Black with #F4A628
Text Example
Text Example
White with #F4A628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A628; }
p { color: rgb(244,166,40); }
H1.HeaderClassName
{
color: #F4A628;
}
.AnyTagClassName
{
color: #F4A628;
}
</style>
background-color css
<style>
a { background-color: #F4A628; }
a { background-color: rgb(244,166,40); }
div.DivClassName
{
background-color: #F4A628;
}
.BgClassName
{
background-color: #F4A628;
}
</style>
border-color css
<style>
span { border-color: #F4A628; }
span { border-color: rgb(244,166,40); }
td.TdClassName
{
border-color: #F4A628;
}
.TagClassName
{
border-color: #F4A628;
}
</style>