Shades of Gold #FED207
Tints of Gold #FED207
RGB
CMYK
RGB Variations
Color information
#FED207 (or 0xFED207) is known color: Gold. HEX triplet: FE, D2 and 07. RGB value is (254,210,7). Sum of RGB (Red+Green+Blue) = 254+210+7=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 7 (3.12% from 255 or 1.49% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FED207 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED207 is #012DF8. Grayscale: #C8C8C8. Windows color (decimal): -77305 or 512766. OLE color: 512766.
HSL color Cylindrical-coordinate representation of color #FED207: hue angle of 49.31º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FED207 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 7 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.00 |
| HSL | 49.31º | 0.99% | 0.51% | - |
| HSV(B) | 49.31º | 0.97% | 1% | - |
| XYZ | 63.96 | 67.18 | 9.8 | - |
| YUV | 200.01 | 19.08 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 7 | 0 | 0.17 | 0.97 | 0.00 | 49.31 | 0.99 | 0.51 |
| Hex | FE | D2 | 7 | 0 | 11 | 61 | 0 | 31 | 63 | 33 |
| Octal | 376 | 322 | 7 | 0 | 21 | 141 | 0 | 61 | 143 | 63 |
| Binary | 11111110 | 11010010 | 111 | 0 | 10001 | 1100001 | 0 | 110001 | 1100011 | 110011 |
Color Harmonies of #FED207
Complementary color
Monochromatic Colors of #FED207
Black with #FED207
Text Example
Text Example
White with #FED207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED207; }
p { color: rgb(254,210,7); }
H1.HeaderClassName
{
color: #FED207;
}
.AnyTagClassName
{
color: #FED207;
}
</style>
background-color css
<style>
a { background-color: #FED207; }
a { background-color: rgb(254,210,7); }
div.DivClassName
{
background-color: #FED207;
}
.BgClassName
{
background-color: #FED207;
}
</style>
border-color css
<style>
span { border-color: #FED207; }
span { border-color: rgb(254,210,7); }
td.TdClassName
{
border-color: #FED207;
}
.TagClassName
{
border-color: #FED207;
}
</style>