Shades of Golden Tainoi #FEC95D
Tints of Golden Tainoi #FEC95D
RGB
CMYK
RGB Variations
Color information
#FEC95D (or 0xFEC95D) is known color: Golden Tainoi. HEX triplet: FE, C9 and 5D. RGB value is (254,201,93). Sum of RGB (Red+Green+Blue) = 254+201+93=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 93 (36.72% from 255 or 16.97% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC95D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC95D is #0136A2. Grayscale: #CDCDCD. Windows color (decimal): -79523 or 6146558. OLE color: 6146558.
HSL color Cylindrical-coordinate representation of color #FEC95D: hue angle of 40.25º 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 #FEC95D is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 93 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.00 |
| HSL | 40.25º | 0.99% | 0.68% | - |
| HSV(B) | 40.25º | 0.63% | 1% | - |
| XYZ | 63.74 | 63.63 | 19.28 | - |
| YUV | 204.54 | 65.06 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 93 | 0 | 0.21 | 0.63 | 0.00 | 40.25 | 0.99 | 0.68 |
| Hex | FE | C9 | 5D | 0 | 15 | 3F | 0 | 28 | 63 | 44 |
| Octal | 376 | 311 | 135 | 0 | 25 | 77 | 0 | 50 | 143 | 104 |
| Binary | 11111110 | 11001001 | 1011101 | 0 | 10101 | 111111 | 0 | 101000 | 1100011 | 1000100 |
Color Harmonies of #FEC95D
Complementary color
Monochromatic Colors of #FEC95D
Black with #FEC95D
Text Example
Text Example
White with #FEC95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC95D; }
p { color: rgb(254,201,93); }
H1.HeaderClassName
{
color: #FEC95D;
}
.AnyTagClassName
{
color: #FEC95D;
}
</style>
background-color css
<style>
a { background-color: #FEC95D; }
a { background-color: rgb(254,201,93); }
div.DivClassName
{
background-color: #FEC95D;
}
.BgClassName
{
background-color: #FEC95D;
}
</style>
border-color css
<style>
span { border-color: #FEC95D; }
span { border-color: rgb(254,201,93); }
td.TdClassName
{
border-color: #FEC95D;
}
.TagClassName
{
border-color: #FEC95D;
}
</style>