Shades of Lightning Yellow #F1A831
Tints of Lightning Yellow #F1A831
RGB
CMYK
RGB Variations
Color information
#F1A831 (or 0xF1A831) is known color: Lightning Yellow. HEX triplet: F1, A8 and 31. RGB value is (241,168,49). Sum of RGB (Red+Green+Blue) = 241+168+49=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 49 (19.53% from 255 or 10.70% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A831 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A831 is #0E57CE. Grayscale: #B0B0B0. Windows color (decimal): -939983 or 3254513. OLE color: 3254513.
HSL color Cylindrical-coordinate representation of color #F1A831: hue angle of 37.19º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1A831 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 168 | 49 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.05 |
| HSL | 37.19º | 0.87% | 0.57% | - |
| HSV(B) | 37.19º | 0.8% | 0.95% | - |
| XYZ | 50.83 | 46.93 | 9.28 | - |
| YUV | 176.26 | 56.18 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 168 | 49 | 0 | 0.30 | 0.80 | 0.05 | 37.19 | 0.87 | 0.57 |
| Hex | F1 | A8 | 31 | 0 | 1E | 50 | 5 | 25 | 57 | 39 |
| Octal | 361 | 250 | 61 | 0 | 36 | 120 | 5 | 45 | 127 | 71 |
| Binary | 11110001 | 10101000 | 110001 | 0 | 11110 | 1010000 | 101 | 100101 | 1010111 | 111001 |
Color Harmonies of #F1A831
Complementary color
Monochromatic Colors of #F1A831
Black with #F1A831
Text Example
Text Example
White with #F1A831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A831; }
p { color: rgb(241,168,49); }
H1.HeaderClassName
{
color: #F1A831;
}
.AnyTagClassName
{
color: #F1A831;
}
</style>
background-color css
<style>
a { background-color: #F1A831; }
a { background-color: rgb(241,168,49); }
div.DivClassName
{
background-color: #F1A831;
}
.BgClassName
{
background-color: #F1A831;
}
</style>
border-color css
<style>
span { border-color: #F1A831; }
span { border-color: rgb(241,168,49); }
td.TdClassName
{
border-color: #F1A831;
}
.TagClassName
{
border-color: #F1A831;
}
</style>