Shades of Gold #FED70A
Tints of Gold #FED70A
RGB
CMYK
RGB Variations
Color information
#FED70A (or 0xFED70A) is known color: Gold. HEX triplet: FE, D7 and 0A. RGB value is (254,215,10). Sum of RGB (Red+Green+Blue) = 254+215+10=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 215 (84.38% from 255 or 44.89% from 479); Blue value is 10 (4.30% from 255 or 2.09% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FED70A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED70A is #0128F5. Grayscale: #CCCCCC. Windows color (decimal): -76022 or 710654. OLE color: 710654.
HSL color Cylindrical-coordinate representation of color #FED70A: hue angle of 50.41º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FED70A is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 10 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.00 |
| HSL | 50.41º | 0.99% | 0.52% | - |
| HSV(B) | 50.41º | 0.96% | 1% | - |
| XYZ | 65.23 | 69.69 | 10.3 | - |
| YUV | 203.29 | 18.92 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 10 | 0 | 0.15 | 0.96 | 0.00 | 50.41 | 0.99 | 0.52 |
| Hex | FE | D7 | A | 0 | F | 60 | 0 | 32 | 63 | 34 |
| Octal | 376 | 327 | 12 | 0 | 17 | 140 | 0 | 62 | 143 | 64 |
| Binary | 11111110 | 11010111 | 1010 | 0 | 1111 | 1100000 | 0 | 110010 | 1100011 | 110100 |
Color Harmonies of #FED70A
Complementary color
Monochromatic Colors of #FED70A
Black with #FED70A
Text Example
Text Example
White with #FED70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED70A; }
p { color: rgb(254,215,10); }
H1.HeaderClassName
{
color: #FED70A;
}
.AnyTagClassName
{
color: #FED70A;
}
</style>
background-color css
<style>
a { background-color: #FED70A; }
a { background-color: rgb(254,215,10); }
div.DivClassName
{
background-color: #FED70A;
}
.BgClassName
{
background-color: #FED70A;
}
</style>
border-color css
<style>
span { border-color: #FED70A; }
span { border-color: rgb(254,215,10); }
td.TdClassName
{
border-color: #FED70A;
}
.TagClassName
{
border-color: #FED70A;
}
</style>