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