Shades of Lightning Yellow #F4AB3A
Tints of Lightning Yellow #F4AB3A
RGB
CMYK
RGB Variations
Color information
#F4AB3A (or 0xF4AB3A) is known color: Lightning Yellow. HEX triplet: F4, AB and 3A. RGB value is (244,171,58). Sum of RGB (Red+Green+Blue) = 244+171+58=473 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.59% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 58 (23.05% from 255 or 12.26% from 473); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AB3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4AB3A is #0B54C5. Grayscale: #B4B4B4. Windows color (decimal): -742598 or 3845108. OLE color: 3845108.
HSL color Cylindrical-coordinate representation of color #F4AB3A: hue angle of 36.45º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F4AB3A is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 171 | 58 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.04 |
| HSL | 36.45º | 0.89% | 0.59% | - |
| HSV(B) | 36.45º | 0.76% | 0.96% | - |
| XYZ | 52.63 | 48.66 | 10.62 | - |
| YUV | 179.95 | 59.18 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 171 | 58 | 0 | 0.30 | 0.76 | 0.04 | 36.45 | 0.89 | 0.59 |
| Hex | F4 | AB | 3A | 0 | 1E | 4C | 4 | 24 | 59 | 3B |
| Octal | 364 | 253 | 72 | 0 | 36 | 114 | 4 | 44 | 131 | 73 |
| Binary | 11110100 | 10101011 | 111010 | 0 | 11110 | 1001100 | 100 | 100100 | 1011001 | 111011 |
Color Harmonies of #F4AB3A
Complementary color
Monochromatic Colors of #F4AB3A
Black with #F4AB3A
Text Example
Text Example
White with #F4AB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AB3A; }
p { color: rgb(244,171,58); }
H1.HeaderClassName
{
color: #F4AB3A;
}
.AnyTagClassName
{
color: #F4AB3A;
}
</style>
background-color css
<style>
a { background-color: #F4AB3A; }
a { background-color: rgb(244,171,58); }
div.DivClassName
{
background-color: #F4AB3A;
}
.BgClassName
{
background-color: #F4AB3A;
}
</style>
border-color css
<style>
span { border-color: #F4AB3A; }
span { border-color: rgb(244,171,58); }
td.TdClassName
{
border-color: #F4AB3A;
}
.TagClassName
{
border-color: #F4AB3A;
}
</style>