Shades of Lightning Yellow #F1A32A
Tints of Lightning Yellow #F1A32A
RGB
CMYK
RGB Variations
Color information
#F1A32A (or 0xF1A32A) is known color: Lightning Yellow. HEX triplet: F1, A3 and 2A. RGB value is (241,163,42). Sum of RGB (Red+Green+Blue) = 241+163+42=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 42 (16.80% from 255 or 9.42% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A32A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A32A is #0E5CD5. Grayscale: #ADADAD. Windows color (decimal): -941270 or 2794481. OLE color: 2794481.
HSL color Cylindrical-coordinate representation of color #F1A32A: hue angle of 36.48º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F1A32A is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 163 | 42 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.05 |
| HSL | 36.48º | 0.88% | 0.55% | - |
| HSV(B) | 36.48º | 0.83% | 0.95% | - |
| XYZ | 49.79 | 45.06 | 8.26 | - |
| YUV | 172.53 | 54.34 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 163 | 42 | 0 | 0.32 | 0.83 | 0.05 | 36.48 | 0.88 | 0.55 |
| Hex | F1 | A3 | 2A | 0 | 20 | 53 | 5 | 24 | 58 | 37 |
| Octal | 361 | 243 | 52 | 0 | 40 | 123 | 5 | 44 | 130 | 67 |
| Binary | 11110001 | 10100011 | 101010 | 0 | 100000 | 1010011 | 101 | 100100 | 1011000 | 110111 |
Color Harmonies of #F1A32A
Complementary color
Monochromatic Colors of #F1A32A
Black with #F1A32A
Text Example
Text Example
White with #F1A32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A32A; }
p { color: rgb(241,163,42); }
H1.HeaderClassName
{
color: #F1A32A;
}
.AnyTagClassName
{
color: #F1A32A;
}
</style>
background-color css
<style>
a { background-color: #F1A32A; }
a { background-color: rgb(241,163,42); }
div.DivClassName
{
background-color: #F1A32A;
}
.BgClassName
{
background-color: #F1A32A;
}
</style>
border-color css
<style>
span { border-color: #F1A32A; }
span { border-color: rgb(241,163,42); }
td.TdClassName
{
border-color: #F1A32A;
}
.TagClassName
{
border-color: #F1A32A;
}
</style>