Shades of Gold #FED70F
Tints of Gold #FED70F
RGB
CMYK
RGB Variations
Color information
#FED70F (or 0xFED70F) is known color: Gold. HEX triplet: FE, D7 and 0F. RGB value is (254,215,15). Sum of RGB (Red+Green+Blue) = 254+215+15=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 15 (6.25% from 255 or 3.10% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FED70F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED70F is #0128F0. Grayscale: #CCCCCC. Windows color (decimal): -76017 or 1038334. OLE color: 1038334.
HSL color Cylindrical-coordinate representation of color #FED70F: hue angle of 50.21º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FED70F is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 15 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.00 |
| HSL | 50.21º | 0.99% | 0.53% | - |
| HSV(B) | 50.21º | 0.94% | 1% | - |
| XYZ | 65.26 | 69.71 | 10.47 | - |
| YUV | 203.86 | 21.42 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 15 | 0 | 0.15 | 0.94 | 0.00 | 50.21 | 0.99 | 0.53 |
| Hex | FE | D7 | F | 0 | F | 5E | 0 | 32 | 63 | 35 |
| Octal | 376 | 327 | 17 | 0 | 17 | 136 | 0 | 62 | 143 | 65 |
| Binary | 11111110 | 11010111 | 1111 | 0 | 1111 | 1011110 | 0 | 110010 | 1100011 | 110101 |
Color Harmonies of #FED70F
Complementary color
Monochromatic Colors of #FED70F
Black with #FED70F
Text Example
Text Example
White with #FED70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED70F; }
p { color: rgb(254,215,15); }
H1.HeaderClassName
{
color: #FED70F;
}
.AnyTagClassName
{
color: #FED70F;
}
</style>
background-color css
<style>
a { background-color: #FED70F; }
a { background-color: rgb(254,215,15); }
div.DivClassName
{
background-color: #FED70F;
}
.BgClassName
{
background-color: #FED70F;
}
</style>
border-color css
<style>
span { border-color: #FED70F; }
span { border-color: rgb(254,215,15); }
td.TdClassName
{
border-color: #FED70F;
}
.TagClassName
{
border-color: #FED70F;
}
</style>