Shades of Lightning Yellow #F1AA2D
Tints of Lightning Yellow #F1AA2D
RGB
CMYK
RGB Variations
Color information
#F1AA2D (or 0xF1AA2D) is known color: Lightning Yellow. HEX triplet: F1, AA and 2D. RGB value is (241,170,45). Sum of RGB (Red+Green+Blue) = 241+170+45=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 45 (17.97% from 255 or 9.87% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AA2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AA2D is #0E55D2. Grayscale: #B1B1B1. Windows color (decimal): -939475 or 2992881. OLE color: 2992881.
HSL color Cylindrical-coordinate representation of color #F1AA2D: hue angle of 38.27º degrees, saturation: 0.88, 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 #F1AA2D is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 45 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.05 |
| HSL | 38.27º | 0.88% | 0.56% | - |
| HSV(B) | 38.27º | 0.81% | 0.95% | - |
| XYZ | 51.12 | 47.64 | 8.98 | - |
| YUV | 176.98 | 53.52 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 45 | 0 | 0.29 | 0.81 | 0.05 | 38.27 | 0.88 | 0.56 |
| Hex | F1 | AA | 2D | 0 | 1D | 51 | 5 | 26 | 58 | 38 |
| Octal | 361 | 252 | 55 | 0 | 35 | 121 | 5 | 46 | 130 | 70 |
| Binary | 11110001 | 10101010 | 101101 | 0 | 11101 | 1010001 | 101 | 100110 | 1011000 | 111000 |
Color Harmonies of #F1AA2D
Complementary color
Monochromatic Colors of #F1AA2D
Black with #F1AA2D
Text Example
Text Example
White with #F1AA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AA2D; }
p { color: rgb(241,170,45); }
H1.HeaderClassName
{
color: #F1AA2D;
}
.AnyTagClassName
{
color: #F1AA2D;
}
</style>
background-color css
<style>
a { background-color: #F1AA2D; }
a { background-color: rgb(241,170,45); }
div.DivClassName
{
background-color: #F1AA2D;
}
.BgClassName
{
background-color: #F1AA2D;
}
</style>
border-color css
<style>
span { border-color: #F1AA2D; }
span { border-color: rgb(241,170,45); }
td.TdClassName
{
border-color: #F1AA2D;
}
.TagClassName
{
border-color: #F1AA2D;
}
</style>