Shades of Lightning Yellow #F4A326
Tints of Lightning Yellow #F4A326
RGB
CMYK
RGB Variations
Color information
#F4A326 (or 0xF4A326) is known color: Lightning Yellow. HEX triplet: F4, A3 and 26. RGB value is (244,163,38). Sum of RGB (Red+Green+Blue) = 244+163+38=445 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.83% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 38 (15.23% from 255 or 8.54% from 445); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A326 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A326 is #0B5CD9. Grayscale: #ADADAD. Windows color (decimal): -744666 or 2532340. OLE color: 2532340.
HSL color Cylindrical-coordinate representation of color #F4A326: hue angle of 36.41º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F4A326 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 163 | 38 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.04 |
| HSL | 36.41º | 0.9% | 0.55% | - |
| HSV(B) | 36.41º | 0.84% | 0.96% | - |
| XYZ | 50.76 | 45.57 | 7.95 | - |
| YUV | 172.97 | 51.84 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 163 | 38 | 0 | 0.33 | 0.84 | 0.04 | 36.41 | 0.9 | 0.55 |
| Hex | F4 | A3 | 26 | 0 | 21 | 54 | 4 | 24 | 5A | 37 |
| Octal | 364 | 243 | 46 | 0 | 41 | 124 | 4 | 44 | 132 | 67 |
| Binary | 11110100 | 10100011 | 100110 | 0 | 100001 | 1010100 | 100 | 100100 | 1011010 | 110111 |
Color Harmonies of #F4A326
Complementary color
Monochromatic Colors of #F4A326
Black with #F4A326
Text Example
Text Example
White with #F4A326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A326; }
p { color: rgb(244,163,38); }
H1.HeaderClassName
{
color: #F4A326;
}
.AnyTagClassName
{
color: #F4A326;
}
</style>
background-color css
<style>
a { background-color: #F4A326; }
a { background-color: rgb(244,163,38); }
div.DivClassName
{
background-color: #F4A326;
}
.BgClassName
{
background-color: #F4A326;
}
</style>
border-color css
<style>
span { border-color: #F4A326; }
span { border-color: rgb(244,163,38); }
td.TdClassName
{
border-color: #F4A326;
}
.TagClassName
{
border-color: #F4A326;
}
</style>