Shades of Gold Tips #F1AF1D
Tints of Gold Tips #F1AF1D
RGB
CMYK
RGB Variations
Color information
#F1AF1D (or 0xF1AF1D) is known color: Gold Tips. HEX triplet: F1, AF and 1D. RGB value is (241,175,29). Sum of RGB (Red+Green+Blue) = 241+175+29=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 29 (11.72% from 255 or 6.52% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AF1D is #0E50E2. Grayscale: #B2B2B2. Windows color (decimal): -938211 or 1945585. OLE color: 1945585.
HSL color Cylindrical-coordinate representation of color #F1AF1D: hue angle of 41.32º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F1AF1D is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 175 | 29 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.05 |
| HSL | 41.32º | 0.88% | 0.53% | - |
| HSV(B) | 41.32º | 0.88% | 0.95% | - |
| XYZ | 51.83 | 49.45 | 7.98 | - |
| YUV | 178.09 | 43.87 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 175 | 29 | 0 | 0.27 | 0.88 | 0.05 | 41.32 | 0.88 | 0.53 |
| Hex | F1 | AF | 1D | 0 | 1B | 58 | 5 | 29 | 58 | 35 |
| Octal | 361 | 257 | 35 | 0 | 33 | 130 | 5 | 51 | 130 | 65 |
| Binary | 11110001 | 10101111 | 11101 | 0 | 11011 | 1011000 | 101 | 101001 | 1011000 | 110101 |
Color Harmonies of #F1AF1D
Complementary color
Monochromatic Colors of #F1AF1D
Black with #F1AF1D
Text Example
Text Example
White with #F1AF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AF1D; }
p { color: rgb(241,175,29); }
H1.HeaderClassName
{
color: #F1AF1D;
}
.AnyTagClassName
{
color: #F1AF1D;
}
</style>
background-color css
<style>
a { background-color: #F1AF1D; }
a { background-color: rgb(241,175,29); }
div.DivClassName
{
background-color: #F1AF1D;
}
.BgClassName
{
background-color: #F1AF1D;
}
</style>
border-color css
<style>
span { border-color: #F1AF1D; }
span { border-color: rgb(241,175,29); }
td.TdClassName
{
border-color: #F1AF1D;
}
.TagClassName
{
border-color: #F1AF1D;
}
</style>