Shades of Lightning Yellow #F49E2A
Tints of Lightning Yellow #F49E2A
RGB
CMYK
RGB Variations
Color information
#F49E2A (or 0xF49E2A) is known color: Lightning Yellow. HEX triplet: F4, 9E and 2A. RGB value is (244,158,42). Sum of RGB (Red+Green+Blue) = 244+158+42=444 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.95% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 42 (16.80% from 255 or 9.46% from 444); Max value from RGB is 244 - color contains mainly: red. Hex color #F49E2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49E2A is #0B61D5. Grayscale: #ABABAB. Windows color (decimal): -745942 or 2793204. OLE color: 2793204.
HSL color Cylindrical-coordinate representation of color #F49E2A: hue angle of 34.46º 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 #F49E2A is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 158 | 42 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.04 |
| HSL | 34.46º | 0.9% | 0.56% | - |
| HSV(B) | 34.46º | 0.83% | 0.96% | - |
| XYZ | 49.95 | 43.85 | 8.02 | - |
| YUV | 170.49 | 55.49 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 158 | 42 | 0 | 0.35 | 0.83 | 0.04 | 34.46 | 0.9 | 0.56 |
| Hex | F4 | 9E | 2A | 0 | 23 | 53 | 4 | 22 | 5A | 38 |
| Octal | 364 | 236 | 52 | 0 | 43 | 123 | 4 | 42 | 132 | 70 |
| Binary | 11110100 | 10011110 | 101010 | 0 | 100011 | 1010011 | 100 | 100010 | 1011010 | 111000 |
Color Harmonies of #F49E2A
Complementary color
Monochromatic Colors of #F49E2A
Black with #F49E2A
Text Example
Text Example
White with #F49E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49E2A; }
p { color: rgb(244,158,42); }
H1.HeaderClassName
{
color: #F49E2A;
}
.AnyTagClassName
{
color: #F49E2A;
}
</style>
background-color css
<style>
a { background-color: #F49E2A; }
a { background-color: rgb(244,158,42); }
div.DivClassName
{
background-color: #F49E2A;
}
.BgClassName
{
background-color: #F49E2A;
}
</style>
border-color css
<style>
span { border-color: #F49E2A; }
span { border-color: rgb(244,158,42); }
td.TdClassName
{
border-color: #F49E2A;
}
.TagClassName
{
border-color: #F49E2A;
}
</style>