Shades of Lightning Yellow #F1AB3C
Tints of Lightning Yellow #F1AB3C
RGB
CMYK
RGB Variations
Color information
#F1AB3C (or 0xF1AB3C) is known color: Lightning Yellow. HEX triplet: F1, AB and 3C. RGB value is (241,171,60). Sum of RGB (Red+Green+Blue) = 241+171+60=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 60 (23.83% from 255 or 12.71% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AB3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AB3C is #0E54C3. Grayscale: #B3B3B3. Windows color (decimal): -939204 or 3976177. OLE color: 3976177.
HSL color Cylindrical-coordinate representation of color #F1AB3C: hue angle of 36.8º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F1AB3C is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 171 | 60 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.05 |
| HSL | 36.8º | 0.87% | 0.59% | - |
| HSV(B) | 36.8º | 0.75% | 0.95% | - |
| XYZ | 51.65 | 48.15 | 10.85 | - |
| YUV | 179.28 | 60.69 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 171 | 60 | 0 | 0.29 | 0.75 | 0.05 | 36.8 | 0.87 | 0.59 |
| Hex | F1 | AB | 3C | 0 | 1D | 4B | 5 | 25 | 57 | 3B |
| Octal | 361 | 253 | 74 | 0 | 35 | 113 | 5 | 45 | 127 | 73 |
| Binary | 11110001 | 10101011 | 111100 | 0 | 11101 | 1001011 | 101 | 100101 | 1010111 | 111011 |
Color Harmonies of #F1AB3C
Complementary color
Monochromatic Colors of #F1AB3C
Black with #F1AB3C
Text Example
Text Example
White with #F1AB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AB3C; }
p { color: rgb(241,171,60); }
H1.HeaderClassName
{
color: #F1AB3C;
}
.AnyTagClassName
{
color: #F1AB3C;
}
</style>
background-color css
<style>
a { background-color: #F1AB3C; }
a { background-color: rgb(241,171,60); }
div.DivClassName
{
background-color: #F1AB3C;
}
.BgClassName
{
background-color: #F1AB3C;
}
</style>
border-color css
<style>
span { border-color: #F1AB3C; }
span { border-color: rgb(241,171,60); }
td.TdClassName
{
border-color: #F1AB3C;
}
.TagClassName
{
border-color: #F1AB3C;
}
</style>