Shades of Lightning Yellow #F4AA28
Tints of Lightning Yellow #F4AA28
RGB
CMYK
RGB Variations
Color information
#F4AA28 (or 0xF4AA28) is known color: Lightning Yellow. HEX triplet: F4, AA and 28. RGB value is (244,170,40). Sum of RGB (Red+Green+Blue) = 244+170+40=454 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.74% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 40 (16.02% from 255 or 8.81% from 454); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AA28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4AA28 is #0B55D7. Grayscale: #B1B1B1. Windows color (decimal): -742872 or 2665204. OLE color: 2665204.
HSL color Cylindrical-coordinate representation of color #F4AA28: hue angle of 38.24º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F4AA28 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 170 | 40 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.04 |
| HSL | 38.24º | 0.9% | 0.56% | - |
| HSV(B) | 38.24º | 0.84% | 0.96% | - |
| XYZ | 52.07 | 48.14 | 8.55 | - |
| YUV | 177.31 | 50.52 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 170 | 40 | 0 | 0.30 | 0.84 | 0.04 | 38.24 | 0.9 | 0.56 |
| Hex | F4 | AA | 28 | 0 | 1E | 54 | 4 | 26 | 5A | 38 |
| Octal | 364 | 252 | 50 | 0 | 36 | 124 | 4 | 46 | 132 | 70 |
| Binary | 11110100 | 10101010 | 101000 | 0 | 11110 | 1010100 | 100 | 100110 | 1011010 | 111000 |
Color Harmonies of #F4AA28
Complementary color
Monochromatic Colors of #F4AA28
Black with #F4AA28
Text Example
Text Example
White with #F4AA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AA28; }
p { color: rgb(244,170,40); }
H1.HeaderClassName
{
color: #F4AA28;
}
.AnyTagClassName
{
color: #F4AA28;
}
</style>
background-color css
<style>
a { background-color: #F4AA28; }
a { background-color: rgb(244,170,40); }
div.DivClassName
{
background-color: #F4AA28;
}
.BgClassName
{
background-color: #F4AA28;
}
</style>
border-color css
<style>
span { border-color: #F4AA28; }
span { border-color: rgb(244,170,40); }
td.TdClassName
{
border-color: #F4AA28;
}
.TagClassName
{
border-color: #F4AA28;
}
</style>