Shades of Lightning Yellow #F1A836
Tints of Lightning Yellow #F1A836
RGB
CMYK
RGB Variations
Color information
#F1A836 (or 0xF1A836) is known color: Lightning Yellow. HEX triplet: F1, A8 and 36. RGB value is (241,168,54). Sum of RGB (Red+Green+Blue) = 241+168+54=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 54 (21.48% from 255 or 11.66% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A836 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A836 is #0E57C9. Grayscale: #B1B1B1. Windows color (decimal): -939978 or 3582193. OLE color: 3582193.
HSL color Cylindrical-coordinate representation of color #F1A836: hue angle of 36.58º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F1A836 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 168 | 54 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.05 |
| HSL | 36.58º | 0.87% | 0.58% | - |
| HSV(B) | 36.58º | 0.78% | 0.95% | - |
| XYZ | 50.94 | 46.97 | 9.87 | - |
| YUV | 176.83 | 58.68 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 168 | 54 | 0 | 0.30 | 0.78 | 0.05 | 36.58 | 0.87 | 0.58 |
| Hex | F1 | A8 | 36 | 0 | 1E | 4E | 5 | 25 | 57 | 3A |
| Octal | 361 | 250 | 66 | 0 | 36 | 116 | 5 | 45 | 127 | 72 |
| Binary | 11110001 | 10101000 | 110110 | 0 | 11110 | 1001110 | 101 | 100101 | 1010111 | 111010 |
Color Harmonies of #F1A836
Complementary color
Monochromatic Colors of #F1A836
Black with #F1A836
Text Example
Text Example
White with #F1A836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A836; }
p { color: rgb(241,168,54); }
H1.HeaderClassName
{
color: #F1A836;
}
.AnyTagClassName
{
color: #F1A836;
}
</style>
background-color css
<style>
a { background-color: #F1A836; }
a { background-color: rgb(241,168,54); }
div.DivClassName
{
background-color: #F1A836;
}
.BgClassName
{
background-color: #F1A836;
}
</style>
border-color css
<style>
span { border-color: #F1A836; }
span { border-color: rgb(241,168,54); }
td.TdClassName
{
border-color: #F1A836;
}
.TagClassName
{
border-color: #F1A836;
}
</style>