Shades of Gold Tips #F2AD22
Tints of Gold Tips #F2AD22
RGB
CMYK
RGB Variations
Color information
#F2AD22 (or 0xF2AD22) is known color: Gold Tips. HEX triplet: F2, AD and 22. RGB value is (242,173,34). Sum of RGB (Red+Green+Blue) = 242+173+34=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 34 (13.67% from 255 or 7.57% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD22 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AD22 is #0D52DD. Grayscale: #B2B2B2. Windows color (decimal): -873182 or 2272754. OLE color: 2272754.
HSL color Cylindrical-coordinate representation of color #F2AD22: hue angle of 40.1º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F2AD22 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 34 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.05 |
| HSL | 40.1º | 0.89% | 0.54% | - |
| HSV(B) | 40.1º | 0.86% | 0.95% | - |
| XYZ | 51.85 | 48.88 | 8.22 | - |
| YUV | 177.79 | 46.86 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 34 | 0 | 0.29 | 0.86 | 0.05 | 40.1 | 0.89 | 0.54 |
| Hex | F2 | AD | 22 | 0 | 1D | 56 | 5 | 28 | 59 | 36 |
| Octal | 362 | 255 | 42 | 0 | 35 | 126 | 5 | 50 | 131 | 66 |
| Binary | 11110010 | 10101101 | 100010 | 0 | 11101 | 1010110 | 101 | 101000 | 1011001 | 110110 |
Color Harmonies of #F2AD22
Complementary color
Monochromatic Colors of #F2AD22
Black with #F2AD22
Text Example
Text Example
White with #F2AD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AD22; }
p { color: rgb(242,173,34); }
H1.HeaderClassName
{
color: #F2AD22;
}
.AnyTagClassName
{
color: #F2AD22;
}
</style>
background-color css
<style>
a { background-color: #F2AD22; }
a { background-color: rgb(242,173,34); }
div.DivClassName
{
background-color: #F2AD22;
}
.BgClassName
{
background-color: #F2AD22;
}
</style>
border-color css
<style>
span { border-color: #F2AD22; }
span { border-color: rgb(242,173,34); }
td.TdClassName
{
border-color: #F2AD22;
}
.TagClassName
{
border-color: #F2AD22;
}
</style>