Shades of Lightning Yellow #F19E2A
Tints of Lightning Yellow #F19E2A
RGB
CMYK
RGB Variations
Color information
#F19E2A (or 0xF19E2A) is known color: Lightning Yellow. HEX triplet: F1, 9E and 2A. RGB value is (241,158,42). Sum of RGB (Red+Green+Blue) = 241+158+42=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F19E2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19E2A is #0E61D5. Grayscale: #AAAAAA. Windows color (decimal): -942550 or 2793201. OLE color: 2793201.
HSL color Cylindrical-coordinate representation of color #F19E2A: hue angle of 34.97º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F19E2A is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 158 | 42 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.05 |
| HSL | 34.97º | 0.88% | 0.55% | - |
| HSV(B) | 34.97º | 0.83% | 0.95% | - |
| XYZ | 48.92 | 43.32 | 7.97 | - |
| YUV | 169.59 | 56 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 158 | 42 | 0 | 0.34 | 0.83 | 0.05 | 34.97 | 0.88 | 0.55 |
| Hex | F1 | 9E | 2A | 0 | 22 | 53 | 5 | 23 | 58 | 37 |
| Octal | 361 | 236 | 52 | 0 | 42 | 123 | 5 | 43 | 130 | 67 |
| Binary | 11110001 | 10011110 | 101010 | 0 | 100010 | 1010011 | 101 | 100011 | 1011000 | 110111 |
Color Harmonies of #F19E2A
Complementary color
Monochromatic Colors of #F19E2A
Black with #F19E2A
Text Example
Text Example
White with #F19E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19E2A; }
p { color: rgb(241,158,42); }
H1.HeaderClassName
{
color: #F19E2A;
}
.AnyTagClassName
{
color: #F19E2A;
}
</style>
background-color css
<style>
a { background-color: #F19E2A; }
a { background-color: rgb(241,158,42); }
div.DivClassName
{
background-color: #F19E2A;
}
.BgClassName
{
background-color: #F19E2A;
}
</style>
border-color css
<style>
span { border-color: #F19E2A; }
span { border-color: rgb(241,158,42); }
td.TdClassName
{
border-color: #F19E2A;
}
.TagClassName
{
border-color: #F19E2A;
}
</style>