Shades of Lightning Yellow #F4A030
Tints of Lightning Yellow #F4A030
RGB
CMYK
RGB Variations
Color information
#F4A030 (or 0xF4A030) is known color: Lightning Yellow. HEX triplet: F4, A0 and 30. RGB value is (244,160,48). Sum of RGB (Red+Green+Blue) = 244+160+48=452 (59% of max value = 765). Red value is 244 (95.70% from 255 or 53.98% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 48 (19.14% from 255 or 10.62% from 452); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A030 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A030 is #0B5FCF. Grayscale: #ACACAC. Windows color (decimal): -745424 or 3186932. OLE color: 3186932.
HSL color Cylindrical-coordinate representation of color #F4A030: hue angle of 34.29º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4A030 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 160 | 48 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.04 |
| HSL | 34.29º | 0.9% | 0.57% | - |
| HSV(B) | 34.29º | 0.8% | 0.96% | - |
| XYZ | 50.41 | 44.59 | 8.75 | - |
| YUV | 172.35 | 57.83 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 160 | 48 | 0 | 0.34 | 0.80 | 0.04 | 34.29 | 0.9 | 0.57 |
| Hex | F4 | A0 | 30 | 0 | 22 | 50 | 4 | 22 | 5A | 39 |
| Octal | 364 | 240 | 60 | 0 | 42 | 120 | 4 | 42 | 132 | 71 |
| Binary | 11110100 | 10100000 | 110000 | 0 | 100010 | 1010000 | 100 | 100010 | 1011010 | 111001 |
Color Harmonies of #F4A030
Complementary color
Monochromatic Colors of #F4A030
Black with #F4A030
Text Example
Text Example
White with #F4A030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A030; }
p { color: rgb(244,160,48); }
H1.HeaderClassName
{
color: #F4A030;
}
.AnyTagClassName
{
color: #F4A030;
}
</style>
background-color css
<style>
a { background-color: #F4A030; }
a { background-color: rgb(244,160,48); }
div.DivClassName
{
background-color: #F4A030;
}
.BgClassName
{
background-color: #F4A030;
}
</style>
border-color css
<style>
span { border-color: #F4A030; }
span { border-color: rgb(244,160,48); }
td.TdClassName
{
border-color: #F4A030;
}
.TagClassName
{
border-color: #F4A030;
}
</style>