Shades of Gold #FED408
Tints of Gold #FED408
RGB
CMYK
RGB Variations
Color information
#FED408 (or 0xFED408) is known color: Gold. HEX triplet: FE, D4 and 08. RGB value is (254,212,8). Sum of RGB (Red+Green+Blue) = 254+212+8=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 8 (3.52% from 255 or 1.69% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FED408 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED408 is #012BF7. Grayscale: #CACACA. Windows color (decimal): -76792 or 578814. OLE color: 578814.
HSL color Cylindrical-coordinate representation of color #FED408: hue angle of 49.76º 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 #FED408 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 8 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.00 |
| HSL | 49.76º | 0.99% | 0.51% | - |
| HSV(B) | 49.76º | 0.97% | 1% | - |
| XYZ | 64.46 | 68.18 | 9.99 | - |
| YUV | 201.3 | 18.91 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 8 | 0 | 0.17 | 0.97 | 0.00 | 49.76 | 0.99 | 0.51 |
| Hex | FE | D4 | 8 | 0 | 11 | 61 | 0 | 32 | 63 | 33 |
| Octal | 376 | 324 | 10 | 0 | 21 | 141 | 0 | 62 | 143 | 63 |
| Binary | 11111110 | 11010100 | 1000 | 0 | 10001 | 1100001 | 0 | 110010 | 1100011 | 110011 |
Color Harmonies of #FED408
Complementary color
Monochromatic Colors of #FED408
Black with #FED408
Text Example
Text Example
White with #FED408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED408; }
p { color: rgb(254,212,8); }
H1.HeaderClassName
{
color: #FED408;
}
.AnyTagClassName
{
color: #FED408;
}
</style>
background-color css
<style>
a { background-color: #FED408; }
a { background-color: rgb(254,212,8); }
div.DivClassName
{
background-color: #FED408;
}
.BgClassName
{
background-color: #FED408;
}
</style>
border-color css
<style>
span { border-color: #FED408; }
span { border-color: rgb(254,212,8); }
td.TdClassName
{
border-color: #FED408;
}
.TagClassName
{
border-color: #FED408;
}
</style>