Shades of Gold Tips #F1AF28
Tints of Gold Tips #F1AF28
RGB
CMYK
RGB Variations
Color information
#F1AF28 (or 0xF1AF28) is known color: Gold Tips. HEX triplet: F1, AF and 28. RGB value is (241,175,40). Sum of RGB (Red+Green+Blue) = 241+175+40=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 40 (16.02% from 255 or 8.77% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AF28 is #0E50D7. Grayscale: #B3B3B3. Windows color (decimal): -938200 or 2666481. OLE color: 2666481.
HSL color Cylindrical-coordinate representation of color #F1AF28: hue angle of 40.3º 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 #F1AF28 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 175 | 40 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.05 |
| HSL | 40.3º | 0.88% | 0.55% | - |
| HSV(B) | 40.3º | 0.83% | 0.95% | - |
| XYZ | 51.99 | 49.51 | 8.82 | - |
| YUV | 179.34 | 49.37 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 175 | 40 | 0 | 0.27 | 0.83 | 0.05 | 40.3 | 0.88 | 0.55 |
| Hex | F1 | AF | 28 | 0 | 1B | 53 | 5 | 28 | 58 | 37 |
| Octal | 361 | 257 | 50 | 0 | 33 | 123 | 5 | 50 | 130 | 67 |
| Binary | 11110001 | 10101111 | 101000 | 0 | 11011 | 1010011 | 101 | 101000 | 1011000 | 110111 |
Color Harmonies of #F1AF28
Complementary color
Monochromatic Colors of #F1AF28
Black with #F1AF28
Text Example
Text Example
White with #F1AF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AF28; }
p { color: rgb(241,175,40); }
H1.HeaderClassName
{
color: #F1AF28;
}
.AnyTagClassName
{
color: #F1AF28;
}
</style>
background-color css
<style>
a { background-color: #F1AF28; }
a { background-color: rgb(241,175,40); }
div.DivClassName
{
background-color: #F1AF28;
}
.BgClassName
{
background-color: #F1AF28;
}
</style>
border-color css
<style>
span { border-color: #F1AF28; }
span { border-color: rgb(241,175,40); }
td.TdClassName
{
border-color: #F1AF28;
}
.TagClassName
{
border-color: #F1AF28;
}
</style>