Shades of Lightning Yellow #F4A321
Tints of Lightning Yellow #F4A321
RGB
CMYK
RGB Variations
Color information
#F4A321 (or 0xF4A321) is known color: Lightning Yellow. HEX triplet: F4, A3 and 21. RGB value is (244,163,33). Sum of RGB (Red+Green+Blue) = 244+163+33=440 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.45% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 33 (13.28% from 255 or 7.5% from 440); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A321 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A321 is #0B5CDE. Grayscale: #ADADAD. Windows color (decimal): -744671 or 2204660. OLE color: 2204660.
HSL color Cylindrical-coordinate representation of color #F4A321: hue angle of 36.97º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F4A321 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 163 | 33 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.04 |
| HSL | 36.97º | 0.91% | 0.54% | - |
| HSV(B) | 36.97º | 0.86% | 0.96% | - |
| XYZ | 50.68 | 45.54 | 7.56 | - |
| YUV | 172.4 | 49.34 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 163 | 33 | 0 | 0.33 | 0.86 | 0.04 | 36.97 | 0.91 | 0.54 |
| Hex | F4 | A3 | 21 | 0 | 21 | 56 | 4 | 25 | 5B | 36 |
| Octal | 364 | 243 | 41 | 0 | 41 | 126 | 4 | 45 | 133 | 66 |
| Binary | 11110100 | 10100011 | 100001 | 0 | 100001 | 1010110 | 100 | 100101 | 1011011 | 110110 |
Color Harmonies of #F4A321
Complementary color
Monochromatic Colors of #F4A321
Black with #F4A321
Text Example
Text Example
White with #F4A321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A321; }
p { color: rgb(244,163,33); }
H1.HeaderClassName
{
color: #F4A321;
}
.AnyTagClassName
{
color: #F4A321;
}
</style>
background-color css
<style>
a { background-color: #F4A321; }
a { background-color: rgb(244,163,33); }
div.DivClassName
{
background-color: #F4A321;
}
.BgClassName
{
background-color: #F4A321;
}
</style>
border-color css
<style>
span { border-color: #F4A321; }
span { border-color: rgb(244,163,33); }
td.TdClassName
{
border-color: #F4A321;
}
.TagClassName
{
border-color: #F4A321;
}
</style>