Shades of Lightning Yellow #F1A524
Tints of Lightning Yellow #F1A524
RGB
CMYK
RGB Variations
Color information
#F1A524 (or 0xF1A524) is known color: Lightning Yellow. HEX triplet: F1, A5 and 24. RGB value is (241,165,36). Sum of RGB (Red+Green+Blue) = 241+165+36=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 36 (14.45% from 255 or 8.14% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A524 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A524 is #0E5ADB. Grayscale: #ADADAD. Windows color (decimal): -940764 or 2401777. OLE color: 2401777.
HSL color Cylindrical-coordinate representation of color #F1A524: hue angle of 37.76º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F1A524 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 165 | 36 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.05 |
| HSL | 37.76º | 0.88% | 0.54% | - |
| HSV(B) | 37.76º | 0.85% | 0.95% | - |
| XYZ | 50.05 | 45.74 | 7.86 | - |
| YUV | 173.02 | 50.68 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 165 | 36 | 0 | 0.32 | 0.85 | 0.05 | 37.76 | 0.88 | 0.54 |
| Hex | F1 | A5 | 24 | 0 | 20 | 55 | 5 | 26 | 58 | 36 |
| Octal | 361 | 245 | 44 | 0 | 40 | 125 | 5 | 46 | 130 | 66 |
| Binary | 11110001 | 10100101 | 100100 | 0 | 100000 | 1010101 | 101 | 100110 | 1011000 | 110110 |
Color Harmonies of #F1A524
Complementary color
Monochromatic Colors of #F1A524
Black with #F1A524
Text Example
Text Example
White with #F1A524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A524; }
p { color: rgb(241,165,36); }
H1.HeaderClassName
{
color: #F1A524;
}
.AnyTagClassName
{
color: #F1A524;
}
</style>
background-color css
<style>
a { background-color: #F1A524; }
a { background-color: rgb(241,165,36); }
div.DivClassName
{
background-color: #F1A524;
}
.BgClassName
{
background-color: #F1A524;
}
</style>
border-color css
<style>
span { border-color: #F1A524; }
span { border-color: rgb(241,165,36); }
td.TdClassName
{
border-color: #F1A524;
}
.TagClassName
{
border-color: #F1A524;
}
</style>