Shades of Golden Tainoi #FEC85D
Tints of Golden Tainoi #FEC85D
RGB
CMYK
RGB Variations
Color information
#FEC85D (or 0xFEC85D) is known color: Golden Tainoi. HEX triplet: FE, C8 and 5D. RGB value is (254,200,93). Sum of RGB (Red+Green+Blue) = 254+200+93=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 93 (36.72% from 255 or 17.00% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC85D is #0137A2. Grayscale: #CCCCCC. Windows color (decimal): -79779 or 6146302. OLE color: 6146302.
HSL color Cylindrical-coordinate representation of color #FEC85D: hue angle of 39.88º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FEC85D is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 93 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.00 |
| HSL | 39.88º | 0.99% | 0.68% | - |
| HSV(B) | 39.88º | 0.63% | 1% | - |
| XYZ | 63.5 | 63.17 | 19.2 | - |
| YUV | 203.95 | 65.39 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 93 | 0 | 0.21 | 0.63 | 0.00 | 39.88 | 0.99 | 0.68 |
| Hex | FE | C8 | 5D | 0 | 15 | 3F | 0 | 28 | 63 | 44 |
| Octal | 376 | 310 | 135 | 0 | 25 | 77 | 0 | 50 | 143 | 104 |
| Binary | 11111110 | 11001000 | 1011101 | 0 | 10101 | 111111 | 0 | 101000 | 1100011 | 1000100 |
Color Harmonies of #FEC85D
Complementary color
Monochromatic Colors of #FEC85D
Black with #FEC85D
Text Example
Text Example
White with #FEC85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC85D; }
p { color: rgb(254,200,93); }
H1.HeaderClassName
{
color: #FEC85D;
}
.AnyTagClassName
{
color: #FEC85D;
}
</style>
background-color css
<style>
a { background-color: #FEC85D; }
a { background-color: rgb(254,200,93); }
div.DivClassName
{
background-color: #FEC85D;
}
.BgClassName
{
background-color: #FEC85D;
}
</style>
border-color css
<style>
span { border-color: #FEC85D; }
span { border-color: rgb(254,200,93); }
td.TdClassName
{
border-color: #FEC85D;
}
.TagClassName
{
border-color: #FEC85D;
}
</style>