Shades of Gold Tips #F2AF27
Tints of Gold Tips #F2AF27
RGB
CMYK
RGB Variations
Color information
#F2AF27 (or 0xF2AF27) is known color: Gold Tips. HEX triplet: F2, AF and 27. RGB value is (242,175,39). Sum of RGB (Red+Green+Blue) = 242+175+39=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 39 (15.62% from 255 or 8.55% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AF27 is #0D50D8. Grayscale: #B4B4B4. Windows color (decimal): -872665 or 2600946. OLE color: 2600946.
HSL color Cylindrical-coordinate representation of color #F2AF27: hue angle of 40.2º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F2AF27 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 39 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.05 |
| HSL | 40.2º | 0.89% | 0.55% | - |
| HSV(B) | 40.2º | 0.84% | 0.95% | - |
| XYZ | 52.31 | 49.68 | 8.75 | - |
| YUV | 179.53 | 48.7 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 39 | 0 | 0.28 | 0.84 | 0.05 | 40.2 | 0.89 | 0.55 |
| Hex | F2 | AF | 27 | 0 | 1C | 54 | 5 | 28 | 59 | 37 |
| Octal | 362 | 257 | 47 | 0 | 34 | 124 | 5 | 50 | 131 | 67 |
| Binary | 11110010 | 10101111 | 100111 | 0 | 11100 | 1010100 | 101 | 101000 | 1011001 | 110111 |
Color Harmonies of #F2AF27
Complementary color
Monochromatic Colors of #F2AF27
Black with #F2AF27
Text Example
Text Example
White with #F2AF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AF27; }
p { color: rgb(242,175,39); }
H1.HeaderClassName
{
color: #F2AF27;
}
.AnyTagClassName
{
color: #F2AF27;
}
</style>
background-color css
<style>
a { background-color: #F2AF27; }
a { background-color: rgb(242,175,39); }
div.DivClassName
{
background-color: #F2AF27;
}
.BgClassName
{
background-color: #F2AF27;
}
</style>
border-color css
<style>
span { border-color: #F2AF27; }
span { border-color: rgb(242,175,39); }
td.TdClassName
{
border-color: #F2AF27;
}
.TagClassName
{
border-color: #F2AF27;
}
</style>