Shades of Gold Tips #F1B124
Tints of Gold Tips #F1B124
RGB
CMYK
RGB Variations
Color information
#F1B124 (or 0xF1B124) is known color: Gold Tips. HEX triplet: F1, B1 and 24. RGB value is (241,177,36). Sum of RGB (Red+Green+Blue) = 241+177+36=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 36 (14.45% from 255 or 7.93% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B124 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1B124 is #0E4EDB. Grayscale: #B4B4B4. Windows color (decimal): -937692 or 2404849. OLE color: 2404849.
HSL color Cylindrical-coordinate representation of color #F1B124: hue angle of 41.27º 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 #F1B124 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 177 | 36 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.05 |
| HSL | 41.27º | 0.88% | 0.54% | - |
| HSV(B) | 41.27º | 0.85% | 0.95% | - |
| XYZ | 52.32 | 50.27 | 8.62 | - |
| YUV | 180.06 | 46.7 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 177 | 36 | 0 | 0.27 | 0.85 | 0.05 | 41.27 | 0.88 | 0.54 |
| Hex | F1 | B1 | 24 | 0 | 1B | 55 | 5 | 29 | 58 | 36 |
| Octal | 361 | 261 | 44 | 0 | 33 | 125 | 5 | 51 | 130 | 66 |
| Binary | 11110001 | 10110001 | 100100 | 0 | 11011 | 1010101 | 101 | 101001 | 1011000 | 110110 |
Color Harmonies of #F1B124
Complementary color
Monochromatic Colors of #F1B124
Black with #F1B124
Text Example
Text Example
White with #F1B124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B124; }
p { color: rgb(241,177,36); }
H1.HeaderClassName
{
color: #F1B124;
}
.AnyTagClassName
{
color: #F1B124;
}
</style>
background-color css
<style>
a { background-color: #F1B124; }
a { background-color: rgb(241,177,36); }
div.DivClassName
{
background-color: #F1B124;
}
.BgClassName
{
background-color: #F1B124;
}
</style>
border-color css
<style>
span { border-color: #F1B124; }
span { border-color: rgb(241,177,36); }
td.TdClassName
{
border-color: #F1B124;
}
.TagClassName
{
border-color: #F1B124;
}
</style>