Shades of Lightning Yellow #F4A62A
Tints of Lightning Yellow #F4A62A
RGB
CMYK
RGB Variations
Color information
#F4A62A (or 0xF4A62A) is known color: Lightning Yellow. HEX triplet: F4, A6 and 2A. RGB value is (244,166,42). Sum of RGB (Red+Green+Blue) = 244+166+42=452 (59% of max value = 765). Red value is 244 (95.70% from 255 or 53.98% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 42 (16.80% from 255 or 9.29% from 452); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A62A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A62A is #0B59D5. Grayscale: #AFAFAF. Windows color (decimal): -743894 or 2795252. OLE color: 2795252.
HSL color Cylindrical-coordinate representation of color #F4A62A: hue angle of 36.83º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F4A62A is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 166 | 42 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.04 |
| HSL | 36.83º | 0.9% | 0.56% | - |
| HSV(B) | 36.83º | 0.83% | 0.96% | - |
| XYZ | 51.36 | 46.67 | 8.49 | - |
| YUV | 175.19 | 52.84 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 166 | 42 | 0 | 0.32 | 0.83 | 0.04 | 36.83 | 0.9 | 0.56 |
| Hex | F4 | A6 | 2A | 0 | 20 | 53 | 4 | 25 | 5A | 38 |
| Octal | 364 | 246 | 52 | 0 | 40 | 123 | 4 | 45 | 132 | 70 |
| Binary | 11110100 | 10100110 | 101010 | 0 | 100000 | 1010011 | 100 | 100101 | 1011010 | 111000 |
Color Harmonies of #F4A62A
Complementary color
Monochromatic Colors of #F4A62A
Black with #F4A62A
Text Example
Text Example
White with #F4A62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A62A; }
p { color: rgb(244,166,42); }
H1.HeaderClassName
{
color: #F4A62A;
}
.AnyTagClassName
{
color: #F4A62A;
}
</style>
background-color css
<style>
a { background-color: #F4A62A; }
a { background-color: rgb(244,166,42); }
div.DivClassName
{
background-color: #F4A62A;
}
.BgClassName
{
background-color: #F4A62A;
}
</style>
border-color css
<style>
span { border-color: #F4A62A; }
span { border-color: rgb(244,166,42); }
td.TdClassName
{
border-color: #F4A62A;
}
.TagClassName
{
border-color: #F4A62A;
}
</style>