Shades of Gold #FED302
Tints of Gold #FED302
RGB
CMYK
RGB Variations
Color information
#FED302 (or 0xFED302) is known color: Gold. HEX triplet: FE, D3 and 02. RGB value is (254,211,2). Sum of RGB (Red+Green+Blue) = 254+211+2=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 2 (1.17% from 255 or 0.43% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FED302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED302 is #012CFD. Grayscale: #C8C8C8. Windows color (decimal): -77054 or 185342. OLE color: 185342.
HSL color Cylindrical-coordinate representation of color #FED302: hue angle of 49.76º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FED302 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 2 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.00 |
| HSL | 49.76º | 0.99% | 0.5% | - |
| HSV(B) | 49.76º | 0.99% | 1% | - |
| XYZ | 64.18 | 67.66 | 9.74 | - |
| YUV | 200.03 | 16.25 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 2 | 0 | 0.17 | 0.99 | 0.00 | 49.76 | 0.99 | 0.5 |
| Hex | FE | D3 | 2 | 0 | 11 | 63 | 0 | 32 | 63 | 32 |
| Octal | 376 | 323 | 2 | 0 | 21 | 143 | 0 | 62 | 143 | 62 |
| Binary | 11111110 | 11010011 | 10 | 0 | 10001 | 1100011 | 0 | 110010 | 1100011 | 110010 |
Color Harmonies of #FED302
Complementary color
Monochromatic Colors of #FED302
Black with #FED302
Text Example
Text Example
White with #FED302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED302; }
p { color: rgb(254,211,2); }
H1.HeaderClassName
{
color: #FED302;
}
.AnyTagClassName
{
color: #FED302;
}
</style>
background-color css
<style>
a { background-color: #FED302; }
a { background-color: rgb(254,211,2); }
div.DivClassName
{
background-color: #FED302;
}
.BgClassName
{
background-color: #FED302;
}
</style>
border-color css
<style>
span { border-color: #FED302; }
span { border-color: rgb(254,211,2); }
td.TdClassName
{
border-color: #FED302;
}
.TagClassName
{
border-color: #FED302;
}
</style>