Shades of Gold Tips #F3AD21
Tints of Gold Tips #F3AD21
RGB
CMYK
RGB Variations
Color information
#F3AD21 (or 0xF3AD21) is known color: Gold Tips. HEX triplet: F3, AD and 21. RGB value is (243,173,33). Sum of RGB (Red+Green+Blue) = 243+173+33=449 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.12% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 33 (13.28% from 255 or 7.35% from 449); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AD21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3AD21 is #0C52DE. Grayscale: #B2B2B2. Windows color (decimal): -807647 or 2207219. OLE color: 2207219.
HSL color Cylindrical-coordinate representation of color #F3AD21: hue angle of 40º degrees, saturation: 0.9, 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 #F3AD21 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 173 | 33 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.05 |
| HSL | 40º | 0.9% | 0.54% | - |
| HSV(B) | 40º | 0.86% | 0.95% | - |
| XYZ | 52.18 | 49.05 | 8.16 | - |
| YUV | 177.97 | 46.19 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 33 | 0 | 0.29 | 0.86 | 0.05 | 40 | 0.9 | 0.54 |
| Hex | F3 | AD | 21 | 0 | 1D | 56 | 5 | 28 | 5A | 36 |
| Octal | 363 | 255 | 41 | 0 | 35 | 126 | 5 | 50 | 132 | 66 |
| Binary | 11110011 | 10101101 | 100001 | 0 | 11101 | 1010110 | 101 | 101000 | 1011010 | 110110 |
Color Harmonies of #F3AD21
Complementary color
Monochromatic Colors of #F3AD21
Black with #F3AD21
Text Example
Text Example
White with #F3AD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AD21; }
p { color: rgb(243,173,33); }
H1.HeaderClassName
{
color: #F3AD21;
}
.AnyTagClassName
{
color: #F3AD21;
}
</style>
background-color css
<style>
a { background-color: #F3AD21; }
a { background-color: rgb(243,173,33); }
div.DivClassName
{
background-color: #F3AD21;
}
.BgClassName
{
background-color: #F3AD21;
}
</style>
border-color css
<style>
span { border-color: #F3AD21; }
span { border-color: rgb(243,173,33); }
td.TdClassName
{
border-color: #F3AD21;
}
.TagClassName
{
border-color: #F3AD21;
}
</style>