Shades of Golden Glow #FED98A
Tints of Golden Glow #FED98A
RGB
CMYK
RGB Variations
Color information
#FED98A (or 0xFED98A) is known color: Golden Glow. HEX triplet: FE, D9 and 8A. RGB value is (254,217,138). Sum of RGB (Red+Green+Blue) = 254+217+138=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 138 (54.30% from 255 or 22.66% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FED98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED98A is #012675. Grayscale: #DBDBDB. Windows color (decimal): -75382 or 9099774. OLE color: 9099774.
HSL color Cylindrical-coordinate representation of color #FED98A: hue angle of 40.86º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FED98A is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 138 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.00 |
| HSL | 40.86º | 0.98% | 0.77% | - |
| HSV(B) | 40.86º | 0.46% | 1% | - |
| XYZ | 70.27 | 72.53 | 34.34 | - |
| YUV | 219.06 | 82.26 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 138 | 0 | 0.15 | 0.46 | 0.00 | 40.86 | 0.98 | 0.77 |
| Hex | FE | D9 | 8A | 0 | F | 2E | 0 | 29 | 62 | 4D |
| Octal | 376 | 331 | 212 | 0 | 17 | 56 | 0 | 51 | 142 | 115 |
| Binary | 11111110 | 11011001 | 10001010 | 0 | 1111 | 101110 | 0 | 101001 | 1100010 | 1001101 |
Color Harmonies of #FED98A
Complementary color
Monochromatic Colors of #FED98A
Black with #FED98A
Text Example
Text Example
White with #FED98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED98A; }
p { color: rgb(254,217,138); }
H1.HeaderClassName
{
color: #FED98A;
}
.AnyTagClassName
{
color: #FED98A;
}
</style>
background-color css
<style>
a { background-color: #FED98A; }
a { background-color: rgb(254,217,138); }
div.DivClassName
{
background-color: #FED98A;
}
.BgClassName
{
background-color: #FED98A;
}
</style>
border-color css
<style>
span { border-color: #FED98A; }
span { border-color: rgb(254,217,138); }
td.TdClassName
{
border-color: #FED98A;
}
.TagClassName
{
border-color: #FED98A;
}
</style>