Shades of Gold #FED402
Tints of Gold #FED402
RGB
CMYK
RGB Variations
Color information
#FED402 (or 0xFED402) is known color: Gold. HEX triplet: FE, D4 and 02. RGB value is (254,212,2). Sum of RGB (Red+Green+Blue) = 254+212+2=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 2 (1.17% from 255 or 0.43% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FED402 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED402 is #012BFD. Grayscale: #C9C9C9. Windows color (decimal): -76798 or 185598. OLE color: 185598.
HSL color Cylindrical-coordinate representation of color #FED402: hue angle of 50º 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 #FED402 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 2 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.00 |
| HSL | 50º | 0.99% | 0.5% | - |
| HSV(B) | 50º | 0.99% | 1% | - |
| XYZ | 64.43 | 68.16 | 9.82 | - |
| YUV | 200.62 | 15.91 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 2 | 0 | 0.17 | 0.99 | 0.00 | 50 | 0.99 | 0.5 |
| Hex | FE | D4 | 2 | 0 | 11 | 63 | 0 | 32 | 63 | 32 |
| Octal | 376 | 324 | 2 | 0 | 21 | 143 | 0 | 62 | 143 | 62 |
| Binary | 11111110 | 11010100 | 10 | 0 | 10001 | 1100011 | 0 | 110010 | 1100011 | 110010 |
Color Harmonies of #FED402
Complementary color
Monochromatic Colors of #FED402
Black with #FED402
Text Example
Text Example
White with #FED402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED402; }
p { color: rgb(254,212,2); }
H1.HeaderClassName
{
color: #FED402;
}
.AnyTagClassName
{
color: #FED402;
}
</style>
background-color css
<style>
a { background-color: #FED402; }
a { background-color: rgb(254,212,2); }
div.DivClassName
{
background-color: #FED402;
}
.BgClassName
{
background-color: #FED402;
}
</style>
border-color css
<style>
span { border-color: #FED402; }
span { border-color: rgb(254,212,2); }
td.TdClassName
{
border-color: #FED402;
}
.TagClassName
{
border-color: #FED402;
}
</style>