Shades of Golden Glow #FED685
Tints of Golden Glow #FED685
RGB
CMYK
RGB Variations
Color information
#FED685 (or 0xFED685) is known color: Golden Glow. HEX triplet: FE, D6 and 85. RGB value is (254,214,133). Sum of RGB (Red+Green+Blue) = 254+214+133=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 133 (52.34% from 255 or 22.13% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FED685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED685 is #01297A. Grayscale: #D9D9D9. Windows color (decimal): -76155 or 8771326. OLE color: 8771326.
HSL color Cylindrical-coordinate representation of color #FED685: hue angle of 40.17º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FED685 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 133 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.00 |
| HSL | 40.17º | 0.98% | 0.76% | - |
| HSV(B) | 40.17º | 0.48% | 1% | - |
| XYZ | 69.15 | 70.86 | 32.22 | - |
| YUV | 216.73 | 80.75 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 133 | 0 | 0.16 | 0.48 | 0.00 | 40.17 | 0.98 | 0.76 |
| Hex | FE | D6 | 85 | 0 | 10 | 30 | 0 | 28 | 62 | 4C |
| Octal | 376 | 326 | 205 | 0 | 20 | 60 | 0 | 50 | 142 | 114 |
| Binary | 11111110 | 11010110 | 10000101 | 0 | 10000 | 110000 | 0 | 101000 | 1100010 | 1001100 |
Color Harmonies of #FED685
Complementary color
Monochromatic Colors of #FED685
Black with #FED685
Text Example
Text Example
White with #FED685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED685; }
p { color: rgb(254,214,133); }
H1.HeaderClassName
{
color: #FED685;
}
.AnyTagClassName
{
color: #FED685;
}
</style>
background-color css
<style>
a { background-color: #FED685; }
a { background-color: rgb(254,214,133); }
div.DivClassName
{
background-color: #FED685;
}
.BgClassName
{
background-color: #FED685;
}
</style>
border-color css
<style>
span { border-color: #FED685; }
span { border-color: rgb(254,214,133); }
td.TdClassName
{
border-color: #FED685;
}
.TagClassName
{
border-color: #FED685;
}
</style>