Shades of Gold #FED307
Tints of Gold #FED307
RGB
CMYK
RGB Variations
Color information
#FED307 (or 0xFED307) is known color: Gold. HEX triplet: FE, D3 and 07. RGB value is (254,211,7). Sum of RGB (Red+Green+Blue) = 254+211+7=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 7 (3.12% from 255 or 1.48% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FED307 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED307 is #012CF8. Grayscale: #C9C9C9. Windows color (decimal): -77049 or 513022. OLE color: 513022.
HSL color Cylindrical-coordinate representation of color #FED307: hue angle of 49.55º 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 #FED307 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 7 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.00 |
| HSL | 49.55º | 0.99% | 0.51% | - |
| HSV(B) | 49.55º | 0.97% | 1% | - |
| XYZ | 64.21 | 67.67 | 9.88 | - |
| YUV | 200.6 | 18.75 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 7 | 0 | 0.17 | 0.97 | 0.00 | 49.55 | 0.99 | 0.51 |
| Hex | FE | D3 | 7 | 0 | 11 | 61 | 0 | 32 | 63 | 33 |
| Octal | 376 | 323 | 7 | 0 | 21 | 141 | 0 | 62 | 143 | 63 |
| Binary | 11111110 | 11010011 | 111 | 0 | 10001 | 1100001 | 0 | 110010 | 1100011 | 110011 |
Color Harmonies of #FED307
Complementary color
Monochromatic Colors of #FED307
Black with #FED307
Text Example
Text Example
White with #FED307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED307; }
p { color: rgb(254,211,7); }
H1.HeaderClassName
{
color: #FED307;
}
.AnyTagClassName
{
color: #FED307;
}
</style>
background-color css
<style>
a { background-color: #FED307; }
a { background-color: rgb(254,211,7); }
div.DivClassName
{
background-color: #FED307;
}
.BgClassName
{
background-color: #FED307;
}
</style>
border-color css
<style>
span { border-color: #FED307; }
span { border-color: rgb(254,211,7); }
td.TdClassName
{
border-color: #FED307;
}
.TagClassName
{
border-color: #FED307;
}
</style>