Shades of Gold #FED702
Tints of Gold #FED702
RGB
CMYK
RGB Variations
Color information
#FED702 (or 0xFED702) is known color: Gold. HEX triplet: FE, D7 and 02. RGB value is (254,215,2). Sum of RGB (Red+Green+Blue) = 254+215+2=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 2 (1.17% from 255 or 0.42% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FED702 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED702 is #0128FD. Grayscale: #CBCBCB. Windows color (decimal): -76030 or 186366. OLE color: 186366.
HSL color Cylindrical-coordinate representation of color #FED702: hue angle of 50.71º 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 #FED702 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.00 |
| HSL | 50.71º | 0.99% | 0.5% | - |
| HSV(B) | 50.71º | 0.99% | 1% | - |
| XYZ | 65.18 | 69.68 | 10.07 | - |
| YUV | 202.38 | 14.92 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 2 | 0 | 0.15 | 0.99 | 0.00 | 50.71 | 0.99 | 0.5 |
| Hex | FE | D7 | 2 | 0 | F | 63 | 0 | 33 | 63 | 32 |
| Octal | 376 | 327 | 2 | 0 | 17 | 143 | 0 | 63 | 143 | 62 |
| Binary | 11111110 | 11010111 | 10 | 0 | 1111 | 1100011 | 0 | 110011 | 1100011 | 110010 |
Color Harmonies of #FED702
Complementary color
Monochromatic Colors of #FED702
Black with #FED702
Text Example
Text Example
White with #FED702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED702; }
p { color: rgb(254,215,2); }
H1.HeaderClassName
{
color: #FED702;
}
.AnyTagClassName
{
color: #FED702;
}
</style>
background-color css
<style>
a { background-color: #FED702; }
a { background-color: rgb(254,215,2); }
div.DivClassName
{
background-color: #FED702;
}
.BgClassName
{
background-color: #FED702;
}
</style>
border-color css
<style>
span { border-color: #FED702; }
span { border-color: rgb(254,215,2); }
td.TdClassName
{
border-color: #FED702;
}
.TagClassName
{
border-color: #FED702;
}
</style>