Shades of Golden Tainoi #FEC65F
Tints of Golden Tainoi #FEC65F
RGB
CMYK
RGB Variations
Color information
#FEC65F (or 0xFEC65F) is known color: Golden Tainoi. HEX triplet: FE, C6 and 5F. RGB value is (254,198,95). Sum of RGB (Red+Green+Blue) = 254+198+95=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 95 (37.5% from 255 or 17.37% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC65F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC65F is #0139A0. Grayscale: #CBCBCB. Windows color (decimal): -80289 or 6276862. OLE color: 6276862.
HSL color Cylindrical-coordinate representation of color #FEC65F: hue angle of 38.87º 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 #FEC65F is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 95 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.00 |
| HSL | 38.87º | 0.99% | 0.68% | - |
| HSV(B) | 38.87º | 0.63% | 1% | - |
| XYZ | 63.13 | 62.29 | 19.52 | - |
| YUV | 203 | 67.05 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 95 | 0 | 0.22 | 0.63 | 0.00 | 38.87 | 0.99 | 0.68 |
| Hex | FE | C6 | 5F | 0 | 16 | 3F | 0 | 27 | 63 | 44 |
| Octal | 376 | 306 | 137 | 0 | 26 | 77 | 0 | 47 | 143 | 104 |
| Binary | 11111110 | 11000110 | 1011111 | 0 | 10110 | 111111 | 0 | 100111 | 1100011 | 1000100 |
Color Harmonies of #FEC65F
Complementary color
Monochromatic Colors of #FEC65F
Black with #FEC65F
Text Example
Text Example
White with #FEC65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC65F; }
p { color: rgb(254,198,95); }
H1.HeaderClassName
{
color: #FEC65F;
}
.AnyTagClassName
{
color: #FEC65F;
}
</style>
background-color css
<style>
a { background-color: #FEC65F; }
a { background-color: rgb(254,198,95); }
div.DivClassName
{
background-color: #FEC65F;
}
.BgClassName
{
background-color: #FEC65F;
}
</style>
border-color css
<style>
span { border-color: #FEC65F; }
span { border-color: rgb(254,198,95); }
td.TdClassName
{
border-color: #FEC65F;
}
.TagClassName
{
border-color: #FEC65F;
}
</style>