Shades of Golden Tainoi #FEC65D
Tints of Golden Tainoi #FEC65D
RGB
CMYK
RGB Variations
Color information
#FEC65D (or 0xFEC65D) is known color: Golden Tainoi. HEX triplet: FE, C6 and 5D. RGB value is (254,198,93). Sum of RGB (Red+Green+Blue) = 254+198+93=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 93 (36.72% from 255 or 17.06% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC65D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC65D is #0139A2. Grayscale: #CBCBCB. Windows color (decimal): -80291 or 6145790. OLE color: 6145790.
HSL color Cylindrical-coordinate representation of color #FEC65D: hue angle of 39.13º 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 #FEC65D is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 93 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.00 |
| HSL | 39.13º | 0.99% | 0.68% | - |
| HSV(B) | 39.13º | 0.63% | 1% | - |
| XYZ | 63.04 | 62.25 | 19.05 | - |
| YUV | 202.77 | 66.05 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 93 | 0 | 0.22 | 0.63 | 0.00 | 39.13 | 0.99 | 0.68 |
| Hex | FE | C6 | 5D | 0 | 16 | 3F | 0 | 27 | 63 | 44 |
| Octal | 376 | 306 | 135 | 0 | 26 | 77 | 0 | 47 | 143 | 104 |
| Binary | 11111110 | 11000110 | 1011101 | 0 | 10110 | 111111 | 0 | 100111 | 1100011 | 1000100 |
Color Harmonies of #FEC65D
Complementary color
Monochromatic Colors of #FEC65D
Black with #FEC65D
Text Example
Text Example
White with #FEC65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC65D; }
p { color: rgb(254,198,93); }
H1.HeaderClassName
{
color: #FEC65D;
}
.AnyTagClassName
{
color: #FEC65D;
}
</style>
background-color css
<style>
a { background-color: #FEC65D; }
a { background-color: rgb(254,198,93); }
div.DivClassName
{
background-color: #FEC65D;
}
.BgClassName
{
background-color: #FEC65D;
}
</style>
border-color css
<style>
span { border-color: #FEC65D; }
span { border-color: rgb(254,198,93); }
td.TdClassName
{
border-color: #FEC65D;
}
.TagClassName
{
border-color: #FEC65D;
}
</style>