Shades of Lightning Yellow #F4AD28
Tints of Lightning Yellow #F4AD28
RGB
CMYK
RGB Variations
Color information
#F4AD28 (or 0xF4AD28) is known color: Lightning Yellow. HEX triplet: F4, AD and 28. RGB value is (244,173,40). Sum of RGB (Red+Green+Blue) = 244+173+40=457 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.39% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 40 (16.02% from 255 or 8.75% from 457); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AD28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4AD28 is #0B52D7. Grayscale: #B3B3B3. Windows color (decimal): -742104 or 2665972. OLE color: 2665972.
HSL color Cylindrical-coordinate representation of color #F4AD28: hue angle of 39.12º 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 #F4AD28 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 173 | 40 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.04 |
| HSL | 39.12º | 0.9% | 0.56% | - |
| HSV(B) | 39.12º | 0.84% | 0.96% | - |
| XYZ | 52.63 | 49.27 | 8.74 | - |
| YUV | 179.07 | 49.52 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 173 | 40 | 0 | 0.29 | 0.84 | 0.04 | 39.12 | 0.9 | 0.56 |
| Hex | F4 | AD | 28 | 0 | 1D | 54 | 4 | 27 | 5A | 38 |
| Octal | 364 | 255 | 50 | 0 | 35 | 124 | 4 | 47 | 132 | 70 |
| Binary | 11110100 | 10101101 | 101000 | 0 | 11101 | 1010100 | 100 | 100111 | 1011010 | 111000 |
Color Harmonies of #F4AD28
Complementary color
Monochromatic Colors of #F4AD28
Black with #F4AD28
Text Example
Text Example
White with #F4AD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AD28; }
p { color: rgb(244,173,40); }
H1.HeaderClassName
{
color: #F4AD28;
}
.AnyTagClassName
{
color: #F4AD28;
}
</style>
background-color css
<style>
a { background-color: #F4AD28; }
a { background-color: rgb(244,173,40); }
div.DivClassName
{
background-color: #F4AD28;
}
.BgClassName
{
background-color: #F4AD28;
}
</style>
border-color css
<style>
span { border-color: #F4AD28; }
span { border-color: rgb(244,173,40); }
td.TdClassName
{
border-color: #F4AD28;
}
.TagClassName
{
border-color: #F4AD28;
}
</style>