Shades of Gold Tips #F2B21D
Tints of Gold Tips #F2B21D
RGB
CMYK
RGB Variations
Color information
#F2B21D (or 0xF2B21D) is known color: Gold Tips. HEX triplet: F2, B2 and 1D. RGB value is (242,178,29). Sum of RGB (Red+Green+Blue) = 242+178+29=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 29 (11.72% from 255 or 6.46% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B21D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2B21D is #0D4DE2. Grayscale: #B4B4B4. Windows color (decimal): -871907 or 1946354. OLE color: 1946354.
HSL color Cylindrical-coordinate representation of color #F2B21D: hue angle of 41.97º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2B21D is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 178 | 29 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.05 |
| HSL | 41.97º | 0.89% | 0.53% | - |
| HSV(B) | 41.97º | 0.88% | 0.95% | - |
| XYZ | 52.76 | 50.81 | 8.19 | - |
| YUV | 180.15 | 42.7 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 178 | 29 | 0 | 0.26 | 0.88 | 0.05 | 41.97 | 0.89 | 0.53 |
| Hex | F2 | B2 | 1D | 0 | 1A | 58 | 5 | 2A | 59 | 35 |
| Octal | 362 | 262 | 35 | 0 | 32 | 130 | 5 | 52 | 131 | 65 |
| Binary | 11110010 | 10110010 | 11101 | 0 | 11010 | 1011000 | 101 | 101010 | 1011001 | 110101 |
Color Harmonies of #F2B21D
Complementary color
Monochromatic Colors of #F2B21D
Black with #F2B21D
Text Example
Text Example
White with #F2B21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B21D; }
p { color: rgb(242,178,29); }
H1.HeaderClassName
{
color: #F2B21D;
}
.AnyTagClassName
{
color: #F2B21D;
}
</style>
background-color css
<style>
a { background-color: #F2B21D; }
a { background-color: rgb(242,178,29); }
div.DivClassName
{
background-color: #F2B21D;
}
.BgClassName
{
background-color: #F2B21D;
}
</style>
border-color css
<style>
span { border-color: #F2B21D; }
span { border-color: rgb(242,178,29); }
td.TdClassName
{
border-color: #F2B21D;
}
.TagClassName
{
border-color: #F2B21D;
}
</style>