Shades of Lightning Yellow #F4AB28
Tints of Lightning Yellow #F4AB28
RGB
CMYK
RGB Variations
Color information
#F4AB28 (or 0xF4AB28) is known color: Lightning Yellow. HEX triplet: F4, AB and 28. RGB value is (244,171,40). Sum of RGB (Red+Green+Blue) = 244+171+40=455 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.63% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 40 (16.02% from 255 or 8.79% from 455); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AB28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4AB28 is #0B54D7. Grayscale: #B2B2B2. Windows color (decimal): -742616 or 2665460. OLE color: 2665460.
HSL color Cylindrical-coordinate representation of color #F4AB28: hue angle of 38.53º 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 #F4AB28 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 171 | 40 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.04 |
| HSL | 38.53º | 0.9% | 0.56% | - |
| HSV(B) | 38.53º | 0.84% | 0.96% | - |
| XYZ | 52.25 | 48.51 | 8.62 | - |
| YUV | 177.89 | 50.18 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 171 | 40 | 0 | 0.30 | 0.84 | 0.04 | 38.53 | 0.9 | 0.56 |
| Hex | F4 | AB | 28 | 0 | 1E | 54 | 4 | 27 | 5A | 38 |
| Octal | 364 | 253 | 50 | 0 | 36 | 124 | 4 | 47 | 132 | 70 |
| Binary | 11110100 | 10101011 | 101000 | 0 | 11110 | 1010100 | 100 | 100111 | 1011010 | 111000 |
Color Harmonies of #F4AB28
Complementary color
Monochromatic Colors of #F4AB28
Black with #F4AB28
Text Example
Text Example
White with #F4AB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AB28; }
p { color: rgb(244,171,40); }
H1.HeaderClassName
{
color: #F4AB28;
}
.AnyTagClassName
{
color: #F4AB28;
}
</style>
background-color css
<style>
a { background-color: #F4AB28; }
a { background-color: rgb(244,171,40); }
div.DivClassName
{
background-color: #F4AB28;
}
.BgClassName
{
background-color: #F4AB28;
}
</style>
border-color css
<style>
span { border-color: #F4AB28; }
span { border-color: rgb(244,171,40); }
td.TdClassName
{
border-color: #F4AB28;
}
.TagClassName
{
border-color: #F4AB28;
}
</style>