Shades of Gold Tips #F2B21C
Tints of Gold Tips #F2B21C
RGB
CMYK
RGB Variations
Color information
#F2B21C (or 0xF2B21C) is known color: Gold Tips. HEX triplet: F2, B2 and 1C. RGB value is (242,178,28). Sum of RGB (Red+Green+Blue) = 242+178+28=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 28 (11.33% from 255 or 6.25% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B21C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2B21C is #0D4DE3. Grayscale: #B4B4B4. Windows color (decimal): -871908 or 1880818. OLE color: 1880818.
HSL color Cylindrical-coordinate representation of color #F2B21C: hue angle of 42.06º 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 #F2B21C is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 178 | 28 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.05 |
| HSL | 42.06º | 0.89% | 0.53% | - |
| HSV(B) | 42.06º | 0.88% | 0.95% | - |
| XYZ | 52.75 | 50.8 | 8.12 | - |
| YUV | 180.04 | 42.2 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 178 | 28 | 0 | 0.26 | 0.88 | 0.05 | 42.06 | 0.89 | 0.53 |
| Hex | F2 | B2 | 1C | 0 | 1A | 58 | 5 | 2A | 59 | 35 |
| Octal | 362 | 262 | 34 | 0 | 32 | 130 | 5 | 52 | 131 | 65 |
| Binary | 11110010 | 10110010 | 11100 | 0 | 11010 | 1011000 | 101 | 101010 | 1011001 | 110101 |
Color Harmonies of #F2B21C
Complementary color
Monochromatic Colors of #F2B21C
Black with #F2B21C
Text Example
Text Example
White with #F2B21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B21C; }
p { color: rgb(242,178,28); }
H1.HeaderClassName
{
color: #F2B21C;
}
.AnyTagClassName
{
color: #F2B21C;
}
</style>
background-color css
<style>
a { background-color: #F2B21C; }
a { background-color: rgb(242,178,28); }
div.DivClassName
{
background-color: #F2B21C;
}
.BgClassName
{
background-color: #F2B21C;
}
</style>
border-color css
<style>
span { border-color: #F2B21C; }
span { border-color: rgb(242,178,28); }
td.TdClassName
{
border-color: #F2B21C;
}
.TagClassName
{
border-color: #F2B21C;
}
</style>