Shades of Golden Tainoi #FEC85F
Tints of Golden Tainoi #FEC85F
RGB
CMYK
RGB Variations
Color information
#FEC85F (or 0xFEC85F) is known color: Golden Tainoi. HEX triplet: FE, C8 and 5F. RGB value is (254,200,95). Sum of RGB (Red+Green+Blue) = 254+200+95=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 95 (37.5% from 255 or 17.30% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC85F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC85F is #0137A0. Grayscale: #CCCCCC. Windows color (decimal): -79777 or 6277374. OLE color: 6277374.
HSL color Cylindrical-coordinate representation of color #FEC85F: hue angle of 39.62º 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 #FEC85F is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 95 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.00 |
| HSL | 39.62º | 0.99% | 0.68% | - |
| HSV(B) | 39.62º | 0.63% | 1% | - |
| XYZ | 63.59 | 63.21 | 19.67 | - |
| YUV | 204.18 | 66.39 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 95 | 0 | 0.21 | 0.63 | 0.00 | 39.62 | 0.99 | 0.68 |
| Hex | FE | C8 | 5F | 0 | 15 | 3F | 0 | 28 | 63 | 44 |
| Octal | 376 | 310 | 137 | 0 | 25 | 77 | 0 | 50 | 143 | 104 |
| Binary | 11111110 | 11001000 | 1011111 | 0 | 10101 | 111111 | 0 | 101000 | 1100011 | 1000100 |
Color Harmonies of #FEC85F
Complementary color
Monochromatic Colors of #FEC85F
Black with #FEC85F
Text Example
Text Example
White with #FEC85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC85F; }
p { color: rgb(254,200,95); }
H1.HeaderClassName
{
color: #FEC85F;
}
.AnyTagClassName
{
color: #FEC85F;
}
</style>
background-color css
<style>
a { background-color: #FEC85F; }
a { background-color: rgb(254,200,95); }
div.DivClassName
{
background-color: #FEC85F;
}
.BgClassName
{
background-color: #FEC85F;
}
</style>
border-color css
<style>
span { border-color: #FEC85F; }
span { border-color: rgb(254,200,95); }
td.TdClassName
{
border-color: #FEC85F;
}
.TagClassName
{
border-color: #FEC85F;
}
</style>