Shades of Lightning Yellow #F4AB2C
Tints of Lightning Yellow #F4AB2C
RGB
CMYK
RGB Variations
Color information
#F4AB2C (or 0xF4AB2C) is known color: Lightning Yellow. HEX triplet: F4, AB and 2C. RGB value is (244,171,44). Sum of RGB (Red+Green+Blue) = 244+171+44=459 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.16% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 44 (17.58% from 255 or 9.59% from 459); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AB2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4AB2C is #0B54D3. Grayscale: #B2B2B2. Windows color (decimal): -742612 or 2927604. OLE color: 2927604.
HSL color Cylindrical-coordinate representation of color #F4AB2C: hue angle of 38.1º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F4AB2C is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 171 | 44 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.04 |
| HSL | 38.1º | 0.9% | 0.56% | - |
| HSV(B) | 38.1º | 0.82% | 0.96% | - |
| XYZ | 52.33 | 48.54 | 8.99 | - |
| YUV | 178.35 | 52.18 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 171 | 44 | 0 | 0.30 | 0.82 | 0.04 | 38.1 | 0.9 | 0.56 |
| Hex | F4 | AB | 2C | 0 | 1E | 52 | 4 | 26 | 5A | 38 |
| Octal | 364 | 253 | 54 | 0 | 36 | 122 | 4 | 46 | 132 | 70 |
| Binary | 11110100 | 10101011 | 101100 | 0 | 11110 | 1010010 | 100 | 100110 | 1011010 | 111000 |
Color Harmonies of #F4AB2C
Complementary color
Monochromatic Colors of #F4AB2C
Black with #F4AB2C
Text Example
Text Example
White with #F4AB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AB2C; }
p { color: rgb(244,171,44); }
H1.HeaderClassName
{
color: #F4AB2C;
}
.AnyTagClassName
{
color: #F4AB2C;
}
</style>
background-color css
<style>
a { background-color: #F4AB2C; }
a { background-color: rgb(244,171,44); }
div.DivClassName
{
background-color: #F4AB2C;
}
.BgClassName
{
background-color: #F4AB2C;
}
</style>
border-color css
<style>
span { border-color: #F4AB2C; }
span { border-color: rgb(244,171,44); }
td.TdClassName
{
border-color: #F4AB2C;
}
.TagClassName
{
border-color: #F4AB2C;
}
</style>