Shades of Gold #F2D50E
Tints of Gold #F2D50E
RGB
CMYK
RGB Variations
Color information
#F2D50E (or 0xF2D50E) is known color: Gold. HEX triplet: F2, D5 and 0E. RGB value is (242,213,14). Sum of RGB (Red+Green+Blue) = 242+213+14=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 14 (5.86% from 255 or 2.99% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D50E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D50E is #0D2AF1. Grayscale: #C7C7C7. Windows color (decimal): -862962 or 972274. OLE color: 972274.
HSL color Cylindrical-coordinate representation of color #F2D50E: hue angle of 52.37º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2D50E is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 213 | 14 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.05 |
| HSL | 52.37º | 0.9% | 0.5% | - |
| HSV(B) | 52.37º | 0.94% | 0.95% | - |
| XYZ | 60.49 | 66.5 | 10.06 | - |
| YUV | 198.99 | 23.61 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 213 | 14 | 0 | 0.12 | 0.94 | 0.05 | 52.37 | 0.9 | 0.5 |
| Hex | F2 | D5 | E | 0 | C | 5E | 5 | 34 | 5A | 32 |
| Octal | 362 | 325 | 16 | 0 | 14 | 136 | 5 | 64 | 132 | 62 |
| Binary | 11110010 | 11010101 | 1110 | 0 | 1100 | 1011110 | 101 | 110100 | 1011010 | 110010 |
Color Harmonies of #F2D50E
Complementary color
Monochromatic Colors of #F2D50E
Black with #F2D50E
Text Example
Text Example
White with #F2D50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D50E; }
p { color: rgb(242,213,14); }
H1.HeaderClassName
{
color: #F2D50E;
}
.AnyTagClassName
{
color: #F2D50E;
}
</style>
background-color css
<style>
a { background-color: #F2D50E; }
a { background-color: rgb(242,213,14); }
div.DivClassName
{
background-color: #F2D50E;
}
.BgClassName
{
background-color: #F2D50E;
}
</style>
border-color css
<style>
span { border-color: #F2D50E; }
span { border-color: rgb(242,213,14); }
td.TdClassName
{
border-color: #F2D50E;
}
.TagClassName
{
border-color: #F2D50E;
}
</style>