Shades of Lightning Yellow #F1A629
Tints of Lightning Yellow #F1A629
RGB
CMYK
RGB Variations
Color information
#F1A629 (or 0xF1A629) is known color: Lightning Yellow. HEX triplet: F1, A6 and 29. RGB value is (241,166,41). Sum of RGB (Red+Green+Blue) = 241+166+41=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 41 (16.41% from 255 or 9.15% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A629 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A629 is #0E59D6. Grayscale: #AEAEAE. Windows color (decimal): -940503 or 2729713. OLE color: 2729713.
HSL color Cylindrical-coordinate representation of color #F1A629: hue angle of 37.5º 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 #F1A629 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 166 | 41 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.05 |
| HSL | 37.5º | 0.88% | 0.55% | - |
| HSV(B) | 37.5º | 0.83% | 0.95% | - |
| XYZ | 50.31 | 46.13 | 8.35 | - |
| YUV | 174.18 | 52.85 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 166 | 41 | 0 | 0.31 | 0.83 | 0.05 | 37.5 | 0.88 | 0.55 |
| Hex | F1 | A6 | 29 | 0 | 1F | 53 | 5 | 26 | 58 | 37 |
| Octal | 361 | 246 | 51 | 0 | 37 | 123 | 5 | 46 | 130 | 67 |
| Binary | 11110001 | 10100110 | 101001 | 0 | 11111 | 1010011 | 101 | 100110 | 1011000 | 110111 |
Color Harmonies of #F1A629
Complementary color
Monochromatic Colors of #F1A629
Black with #F1A629
Text Example
Text Example
White with #F1A629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A629; }
p { color: rgb(241,166,41); }
H1.HeaderClassName
{
color: #F1A629;
}
.AnyTagClassName
{
color: #F1A629;
}
</style>
background-color css
<style>
a { background-color: #F1A629; }
a { background-color: rgb(241,166,41); }
div.DivClassName
{
background-color: #F1A629;
}
.BgClassName
{
background-color: #F1A629;
}
</style>
border-color css
<style>
span { border-color: #F1A629; }
span { border-color: rgb(241,166,41); }
td.TdClassName
{
border-color: #F1A629;
}
.TagClassName
{
border-color: #F1A629;
}
</style>