Shades of Lightning Yellow #F1A326
Tints of Lightning Yellow #F1A326
RGB
CMYK
RGB Variations
Color information
#F1A326 (or 0xF1A326) is known color: Lightning Yellow. HEX triplet: F1, A3 and 26. RGB value is (241,163,38). Sum of RGB (Red+Green+Blue) = 241+163+38=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 38 (15.23% from 255 or 8.60% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A326 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A326 is #0E5CD9. Grayscale: #ACACAC. Windows color (decimal): -941274 or 2532337. OLE color: 2532337.
HSL color Cylindrical-coordinate representation of color #F1A326: hue angle of 36.95º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F1A326 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 163 | 38 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.05 |
| HSL | 36.95º | 0.88% | 0.55% | - |
| HSV(B) | 36.95º | 0.84% | 0.95% | - |
| XYZ | 49.72 | 45.04 | 7.91 | - |
| YUV | 172.07 | 52.34 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 163 | 38 | 0 | 0.32 | 0.84 | 0.05 | 36.95 | 0.88 | 0.55 |
| Hex | F1 | A3 | 26 | 0 | 20 | 54 | 5 | 25 | 58 | 37 |
| Octal | 361 | 243 | 46 | 0 | 40 | 124 | 5 | 45 | 130 | 67 |
| Binary | 11110001 | 10100011 | 100110 | 0 | 100000 | 1010100 | 101 | 100101 | 1011000 | 110111 |
Color Harmonies of #F1A326
Complementary color
Monochromatic Colors of #F1A326
Black with #F1A326
Text Example
Text Example
White with #F1A326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A326; }
p { color: rgb(241,163,38); }
H1.HeaderClassName
{
color: #F1A326;
}
.AnyTagClassName
{
color: #F1A326;
}
</style>
background-color css
<style>
a { background-color: #F1A326; }
a { background-color: rgb(241,163,38); }
div.DivClassName
{
background-color: #F1A326;
}
.BgClassName
{
background-color: #F1A326;
}
</style>
border-color css
<style>
span { border-color: #F1A326; }
span { border-color: rgb(241,163,38); }
td.TdClassName
{
border-color: #F1A326;
}
.TagClassName
{
border-color: #F1A326;
}
</style>