Shades of Lightning Yellow #F19F2B
Tints of Lightning Yellow #F19F2B
RGB
CMYK
RGB Variations
Color information
#F19F2B (or 0xF19F2B) is known color: Lightning Yellow. HEX triplet: F1, 9F and 2B. RGB value is (241,159,43). Sum of RGB (Red+Green+Blue) = 241+159+43=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 43 (17.19% from 255 or 9.71% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F19F2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19F2B is #0E60D4. Grayscale: #AAAAAA. Windows color (decimal): -942293 or 2858993. OLE color: 2858993.
HSL color Cylindrical-coordinate representation of color #F19F2B: hue angle of 35.15º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F19F2B is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 159 | 43 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.05 |
| HSL | 35.15º | 0.88% | 0.56% | - |
| HSV(B) | 35.15º | 0.82% | 0.95% | - |
| XYZ | 49.11 | 43.67 | 8.13 | - |
| YUV | 170.29 | 56.17 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 159 | 43 | 0 | 0.34 | 0.82 | 0.05 | 35.15 | 0.88 | 0.56 |
| Hex | F1 | 9F | 2B | 0 | 22 | 52 | 5 | 23 | 58 | 38 |
| Octal | 361 | 237 | 53 | 0 | 42 | 122 | 5 | 43 | 130 | 70 |
| Binary | 11110001 | 10011111 | 101011 | 0 | 100010 | 1010010 | 101 | 100011 | 1011000 | 111000 |
Color Harmonies of #F19F2B
Complementary color
Monochromatic Colors of #F19F2B
Black with #F19F2B
Text Example
Text Example
White with #F19F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19F2B; }
p { color: rgb(241,159,43); }
H1.HeaderClassName
{
color: #F19F2B;
}
.AnyTagClassName
{
color: #F19F2B;
}
</style>
background-color css
<style>
a { background-color: #F19F2B; }
a { background-color: rgb(241,159,43); }
div.DivClassName
{
background-color: #F19F2B;
}
.BgClassName
{
background-color: #F19F2B;
}
</style>
border-color css
<style>
span { border-color: #F19F2B; }
span { border-color: rgb(241,159,43); }
td.TdClassName
{
border-color: #F19F2B;
}
.TagClassName
{
border-color: #F19F2B;
}
</style>