Shades of Lightning Yellow #F4A32A
Tints of Lightning Yellow #F4A32A
RGB
CMYK
RGB Variations
Color information
#F4A32A (or 0xF4A32A) is known color: Lightning Yellow. HEX triplet: F4, A3 and 2A. RGB value is (244,163,42). Sum of RGB (Red+Green+Blue) = 244+163+42=449 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.34% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 42 (16.80% from 255 or 9.35% from 449); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A32A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A32A is #0B5CD5. Grayscale: #ADADAD. Windows color (decimal): -744662 or 2794484. OLE color: 2794484.
HSL color Cylindrical-coordinate representation of color #F4A32A: hue angle of 35.94º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F4A32A is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 163 | 42 | - |
| CMYK | 0 | 0.33 | 0.83 | 0.04 |
| HSL | 35.94º | 0.9% | 0.56% | - |
| HSV(B) | 35.94º | 0.83% | 0.96% | - |
| XYZ | 50.82 | 45.59 | 8.31 | - |
| YUV | 173.43 | 53.84 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 163 | 42 | 0 | 0.33 | 0.83 | 0.04 | 35.94 | 0.9 | 0.56 |
| Hex | F4 | A3 | 2A | 0 | 21 | 53 | 4 | 24 | 5A | 38 |
| Octal | 364 | 243 | 52 | 0 | 41 | 123 | 4 | 44 | 132 | 70 |
| Binary | 11110100 | 10100011 | 101010 | 0 | 100001 | 1010011 | 100 | 100100 | 1011010 | 111000 |
Color Harmonies of #F4A32A
Complementary color
Monochromatic Colors of #F4A32A
Black with #F4A32A
Text Example
Text Example
White with #F4A32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A32A; }
p { color: rgb(244,163,42); }
H1.HeaderClassName
{
color: #F4A32A;
}
.AnyTagClassName
{
color: #F4A32A;
}
</style>
background-color css
<style>
a { background-color: #F4A32A; }
a { background-color: rgb(244,163,42); }
div.DivClassName
{
background-color: #F4A32A;
}
.BgClassName
{
background-color: #F4A32A;
}
</style>
border-color css
<style>
span { border-color: #F4A32A; }
span { border-color: rgb(244,163,42); }
td.TdClassName
{
border-color: #F4A32A;
}
.TagClassName
{
border-color: #F4A32A;
}
</style>