Shades of Golden Tainoi #FEC75E
Tints of Golden Tainoi #FEC75E
RGB
CMYK
RGB Variations
Color information
#FEC75E (or 0xFEC75E) is known color: Golden Tainoi. HEX triplet: FE, C7 and 5E. RGB value is (254,199,94). Sum of RGB (Red+Green+Blue) = 254+199+94=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 199 (78.12% from 255 or 36.38% from 547); Blue value is 94 (37.11% from 255 or 17.18% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC75E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC75E is #0138A1. Grayscale: #CBCBCB. Windows color (decimal): -80034 or 6211582. OLE color: 6211582.
HSL color Cylindrical-coordinate representation of color #FEC75E: hue angle of 39.38º 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 #FEC75E is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 94 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.00 |
| HSL | 39.38º | 0.99% | 0.68% | - |
| HSV(B) | 39.38º | 0.63% | 1% | - |
| XYZ | 63.32 | 62.73 | 19.36 | - |
| YUV | 203.48 | 66.22 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 94 | 0 | 0.22 | 0.63 | 0.00 | 39.38 | 0.99 | 0.68 |
| Hex | FE | C7 | 5E | 0 | 16 | 3F | 0 | 27 | 63 | 44 |
| Octal | 376 | 307 | 136 | 0 | 26 | 77 | 0 | 47 | 143 | 104 |
| Binary | 11111110 | 11000111 | 1011110 | 0 | 10110 | 111111 | 0 | 100111 | 1100011 | 1000100 |
Color Harmonies of #FEC75E
Complementary color
Monochromatic Colors of #FEC75E
Black with #FEC75E
Text Example
Text Example
White with #FEC75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC75E; }
p { color: rgb(254,199,94); }
H1.HeaderClassName
{
color: #FEC75E;
}
.AnyTagClassName
{
color: #FEC75E;
}
</style>
background-color css
<style>
a { background-color: #FEC75E; }
a { background-color: rgb(254,199,94); }
div.DivClassName
{
background-color: #FEC75E;
}
.BgClassName
{
background-color: #FEC75E;
}
</style>
border-color css
<style>
span { border-color: #FEC75E; }
span { border-color: rgb(254,199,94); }
td.TdClassName
{
border-color: #FEC75E;
}
.TagClassName
{
border-color: #FEC75E;
}
</style>