Shades of Gold Tips #F2AB21
Tints of Gold Tips #F2AB21
RGB
CMYK
RGB Variations
Color information
#F2AB21 (or 0xF2AB21) is known color: Gold Tips. HEX triplet: F2, AB and 21. RGB value is (242,171,33). Sum of RGB (Red+Green+Blue) = 242+171+33=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 33 (13.28% from 255 or 7.40% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AB21 is #0D54DE. Grayscale: #B1B1B1. Windows color (decimal): -873695 or 2206706. OLE color: 2206706.
HSL color Cylindrical-coordinate representation of color #F2AB21: hue angle of 39.62º 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 #F2AB21 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 33 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.05 |
| HSL | 39.62º | 0.89% | 0.54% | - |
| HSV(B) | 39.62º | 0.86% | 0.95% | - |
| XYZ | 51.46 | 48.11 | 8.01 | - |
| YUV | 176.5 | 47.02 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 33 | 0 | 0.29 | 0.86 | 0.05 | 39.62 | 0.89 | 0.54 |
| Hex | F2 | AB | 21 | 0 | 1D | 56 | 5 | 28 | 59 | 36 |
| Octal | 362 | 253 | 41 | 0 | 35 | 126 | 5 | 50 | 131 | 66 |
| Binary | 11110010 | 10101011 | 100001 | 0 | 11101 | 1010110 | 101 | 101000 | 1011001 | 110110 |
Color Harmonies of #F2AB21
Complementary color
Monochromatic Colors of #F2AB21
Black with #F2AB21
Text Example
Text Example
White with #F2AB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AB21; }
p { color: rgb(242,171,33); }
H1.HeaderClassName
{
color: #F2AB21;
}
.AnyTagClassName
{
color: #F2AB21;
}
</style>
background-color css
<style>
a { background-color: #F2AB21; }
a { background-color: rgb(242,171,33); }
div.DivClassName
{
background-color: #F2AB21;
}
.BgClassName
{
background-color: #F2AB21;
}
</style>
border-color css
<style>
span { border-color: #F2AB21; }
span { border-color: rgb(242,171,33); }
td.TdClassName
{
border-color: #F2AB21;
}
.TagClassName
{
border-color: #F2AB21;
}
</style>