Shades of Lightning Yellow #F19F2A
Tints of Lightning Yellow #F19F2A
RGB
CMYK
RGB Variations
Color information
#F19F2A (or 0xF19F2A) is known color: Lightning Yellow. HEX triplet: F1, 9F and 2A. RGB value is (241,159,42). Sum of RGB (Red+Green+Blue) = 241+159+42=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 42 (16.80% from 255 or 9.50% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F19F2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19F2A is #0E60D5. Grayscale: #AAAAAA. Windows color (decimal): -942294 or 2793457. OLE color: 2793457.
HSL color Cylindrical-coordinate representation of color #F19F2A: hue angle of 35.28º 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 #F19F2A is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 159 | 42 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.05 |
| HSL | 35.28º | 0.88% | 0.55% | - |
| HSV(B) | 35.28º | 0.83% | 0.95% | - |
| XYZ | 49.09 | 43.66 | 8.03 | - |
| YUV | 170.18 | 55.67 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 159 | 42 | 0 | 0.34 | 0.83 | 0.05 | 35.28 | 0.88 | 0.55 |
| Hex | F1 | 9F | 2A | 0 | 22 | 53 | 5 | 23 | 58 | 37 |
| Octal | 361 | 237 | 52 | 0 | 42 | 123 | 5 | 43 | 130 | 67 |
| Binary | 11110001 | 10011111 | 101010 | 0 | 100010 | 1010011 | 101 | 100011 | 1011000 | 110111 |
Color Harmonies of #F19F2A
Complementary color
Monochromatic Colors of #F19F2A
Black with #F19F2A
Text Example
Text Example
White with #F19F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19F2A; }
p { color: rgb(241,159,42); }
H1.HeaderClassName
{
color: #F19F2A;
}
.AnyTagClassName
{
color: #F19F2A;
}
</style>
background-color css
<style>
a { background-color: #F19F2A; }
a { background-color: rgb(241,159,42); }
div.DivClassName
{
background-color: #F19F2A;
}
.BgClassName
{
background-color: #F19F2A;
}
</style>
border-color css
<style>
span { border-color: #F19F2A; }
span { border-color: rgb(241,159,42); }
td.TdClassName
{
border-color: #F19F2A;
}
.TagClassName
{
border-color: #F19F2A;
}
</style>