Shades of Lightning Yellow #F1A92E
Tints of Lightning Yellow #F1A92E
RGB
CMYK
RGB Variations
Color information
#F1A92E (or 0xF1A92E) is known color: Lightning Yellow. HEX triplet: F1, A9 and 2E. RGB value is (241,169,46). Sum of RGB (Red+Green+Blue) = 241+169+46=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 46 (18.36% from 255 or 10.09% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A92E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A92E is #0E56D1. Grayscale: #B1B1B1. Windows color (decimal): -939730 or 3058161. OLE color: 3058161.
HSL color Cylindrical-coordinate representation of color #F1A92E: hue angle of 37.85º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F1A92E is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 169 | 46 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.05 |
| HSL | 37.85º | 0.87% | 0.56% | - |
| HSV(B) | 37.85º | 0.81% | 0.95% | - |
| XYZ | 50.96 | 47.27 | 9.02 | - |
| YUV | 176.51 | 54.35 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 169 | 46 | 0 | 0.30 | 0.81 | 0.05 | 37.85 | 0.87 | 0.56 |
| Hex | F1 | A9 | 2E | 0 | 1E | 51 | 5 | 26 | 57 | 38 |
| Octal | 361 | 251 | 56 | 0 | 36 | 121 | 5 | 46 | 127 | 70 |
| Binary | 11110001 | 10101001 | 101110 | 0 | 11110 | 1010001 | 101 | 100110 | 1010111 | 111000 |
Color Harmonies of #F1A92E
Complementary color
Monochromatic Colors of #F1A92E
Black with #F1A92E
Text Example
Text Example
White with #F1A92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A92E; }
p { color: rgb(241,169,46); }
H1.HeaderClassName
{
color: #F1A92E;
}
.AnyTagClassName
{
color: #F1A92E;
}
</style>
background-color css
<style>
a { background-color: #F1A92E; }
a { background-color: rgb(241,169,46); }
div.DivClassName
{
background-color: #F1A92E;
}
.BgClassName
{
background-color: #F1A92E;
}
</style>
border-color css
<style>
span { border-color: #F1A92E; }
span { border-color: rgb(241,169,46); }
td.TdClassName
{
border-color: #F1A92E;
}
.TagClassName
{
border-color: #F1A92E;
}
</style>