Shades of Lightning Yellow #F4A331
Tints of Lightning Yellow #F4A331
RGB
CMYK
RGB Variations
Color information
#F4A331 (or 0xF4A331) is known color: Lightning Yellow. HEX triplet: F4, A3 and 31. RGB value is (244,163,49). Sum of RGB (Red+Green+Blue) = 244+163+49=456 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.51% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 49 (19.53% from 255 or 10.75% from 456); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A331 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A331 is #0B5CCE. Grayscale: #AEAEAE. Windows color (decimal): -744655 or 3253236. OLE color: 3253236.
HSL color Cylindrical-coordinate representation of color #F4A331: hue angle of 35.08º 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 #F4A331 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 163 | 49 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.04 |
| HSL | 35.08º | 0.9% | 0.57% | - |
| HSV(B) | 35.08º | 0.8% | 0.96% | - |
| XYZ | 50.96 | 45.65 | 9.03 | - |
| YUV | 174.22 | 57.34 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 163 | 49 | 0 | 0.33 | 0.80 | 0.04 | 35.08 | 0.9 | 0.57 |
| Hex | F4 | A3 | 31 | 0 | 21 | 50 | 4 | 23 | 5A | 39 |
| Octal | 364 | 243 | 61 | 0 | 41 | 120 | 4 | 43 | 132 | 71 |
| Binary | 11110100 | 10100011 | 110001 | 0 | 100001 | 1010000 | 100 | 100011 | 1011010 | 111001 |
Color Harmonies of #F4A331
Complementary color
Monochromatic Colors of #F4A331
Black with #F4A331
Text Example
Text Example
White with #F4A331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A331; }
p { color: rgb(244,163,49); }
H1.HeaderClassName
{
color: #F4A331;
}
.AnyTagClassName
{
color: #F4A331;
}
</style>
background-color css
<style>
a { background-color: #F4A331; }
a { background-color: rgb(244,163,49); }
div.DivClassName
{
background-color: #F4A331;
}
.BgClassName
{
background-color: #F4A331;
}
</style>
border-color css
<style>
span { border-color: #F4A331; }
span { border-color: rgb(244,163,49); }
td.TdClassName
{
border-color: #F4A331;
}
.TagClassName
{
border-color: #F4A331;
}
</style>