Shades of Gold Tips #F2AF1F
Tints of Gold Tips #F2AF1F
RGB
CMYK
RGB Variations
Color information
#F2AF1F (or 0xF2AF1F) is known color: Gold Tips. HEX triplet: F2, AF and 1F. RGB value is (242,175,31). Sum of RGB (Red+Green+Blue) = 242+175+31=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 31 (12.5% from 255 or 6.92% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AF1F is #0D50E0. Grayscale: #B3B3B3. Windows color (decimal): -872673 or 2076658. OLE color: 2076658.
HSL color Cylindrical-coordinate representation of color #F2AF1F: hue angle of 40.95º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F2AF1F is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 31 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.05 |
| HSL | 40.95º | 0.89% | 0.54% | - |
| HSV(B) | 40.95º | 0.87% | 0.95% | - |
| XYZ | 52.2 | 49.64 | 8.13 | - |
| YUV | 178.62 | 44.7 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 31 | 0 | 0.28 | 0.87 | 0.05 | 40.95 | 0.89 | 0.54 |
| Hex | F2 | AF | 1F | 0 | 1C | 57 | 5 | 29 | 59 | 36 |
| Octal | 362 | 257 | 37 | 0 | 34 | 127 | 5 | 51 | 131 | 66 |
| Binary | 11110010 | 10101111 | 11111 | 0 | 11100 | 1010111 | 101 | 101001 | 1011001 | 110110 |
Color Harmonies of #F2AF1F
Complementary color
Monochromatic Colors of #F2AF1F
Black with #F2AF1F
Text Example
Text Example
White with #F2AF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AF1F; }
p { color: rgb(242,175,31); }
H1.HeaderClassName
{
color: #F2AF1F;
}
.AnyTagClassName
{
color: #F2AF1F;
}
</style>
background-color css
<style>
a { background-color: #F2AF1F; }
a { background-color: rgb(242,175,31); }
div.DivClassName
{
background-color: #F2AF1F;
}
.BgClassName
{
background-color: #F2AF1F;
}
</style>
border-color css
<style>
span { border-color: #F2AF1F; }
span { border-color: rgb(242,175,31); }
td.TdClassName
{
border-color: #F2AF1F;
}
.TagClassName
{
border-color: #F2AF1F;
}
</style>