Shades of Golden Glow #FED68A
Tints of Golden Glow #FED68A
RGB
CMYK
RGB Variations
Color information
#FED68A (or 0xFED68A) is known color: Golden Glow. HEX triplet: FE, D6 and 8A. RGB value is (254,214,138). Sum of RGB (Red+Green+Blue) = 254+214+138=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 214 (83.98% from 255 or 35.31% from 606); Blue value is 138 (54.30% from 255 or 22.77% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FED68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED68A is #012975. Grayscale: #D9D9D9. Windows color (decimal): -76150 or 9099006. OLE color: 9099006.
HSL color Cylindrical-coordinate representation of color #FED68A: hue angle of 39.31º 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 #FED68A is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 138 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.00 |
| HSL | 39.31º | 0.98% | 0.77% | - |
| HSV(B) | 39.31º | 0.46% | 1% | - |
| XYZ | 69.51 | 71 | 34.09 | - |
| YUV | 217.3 | 83.25 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 138 | 0 | 0.16 | 0.46 | 0.00 | 39.31 | 0.98 | 0.77 |
| Hex | FE | D6 | 8A | 0 | 10 | 2E | 0 | 27 | 62 | 4D |
| Octal | 376 | 326 | 212 | 0 | 20 | 56 | 0 | 47 | 142 | 115 |
| Binary | 11111110 | 11010110 | 10001010 | 0 | 10000 | 101110 | 0 | 100111 | 1100010 | 1001101 |
Color Harmonies of #FED68A
Complementary color
Monochromatic Colors of #FED68A
Black with #FED68A
Text Example
Text Example
White with #FED68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED68A; }
p { color: rgb(254,214,138); }
H1.HeaderClassName
{
color: #FED68A;
}
.AnyTagClassName
{
color: #FED68A;
}
</style>
background-color css
<style>
a { background-color: #FED68A; }
a { background-color: rgb(254,214,138); }
div.DivClassName
{
background-color: #FED68A;
}
.BgClassName
{
background-color: #FED68A;
}
</style>
border-color css
<style>
span { border-color: #FED68A; }
span { border-color: rgb(254,214,138); }
td.TdClassName
{
border-color: #FED68A;
}
.TagClassName
{
border-color: #FED68A;
}
</style>