Shades of Golden Tainoi #FEC960
Tints of Golden Tainoi #FEC960
RGB
CMYK
RGB Variations
Color information
#FEC960 (or 0xFEC960) is known color: Golden Tainoi. HEX triplet: FE, C9 and 60. RGB value is (254,201,96). Sum of RGB (Red+Green+Blue) = 254+201+96=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 96 (37.89% from 255 or 17.42% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC960 is #01369F. Grayscale: #CDCDCD. Windows color (decimal): -79520 or 6343166. OLE color: 6343166.
HSL color Cylindrical-coordinate representation of color #FEC960: hue angle of 39.87º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FEC960 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 96 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.00 |
| HSL | 39.87º | 0.99% | 0.69% | - |
| HSV(B) | 39.87º | 0.62% | 1% | - |
| XYZ | 63.87 | 63.69 | 19.99 | - |
| YUV | 204.88 | 66.56 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 96 | 0 | 0.21 | 0.62 | 0.00 | 39.87 | 0.99 | 0.69 |
| Hex | FE | C9 | 60 | 0 | 15 | 3E | 0 | 28 | 63 | 45 |
| Octal | 376 | 311 | 140 | 0 | 25 | 76 | 0 | 50 | 143 | 105 |
| Binary | 11111110 | 11001001 | 1100000 | 0 | 10101 | 111110 | 0 | 101000 | 1100011 | 1000101 |
Color Harmonies of #FEC960
Complementary color
Monochromatic Colors of #FEC960
Black with #FEC960
Text Example
Text Example
White with #FEC960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC960; }
p { color: rgb(254,201,96); }
H1.HeaderClassName
{
color: #FEC960;
}
.AnyTagClassName
{
color: #FEC960;
}
</style>
background-color css
<style>
a { background-color: #FEC960; }
a { background-color: rgb(254,201,96); }
div.DivClassName
{
background-color: #FEC960;
}
.BgClassName
{
background-color: #FEC960;
}
</style>
border-color css
<style>
span { border-color: #FEC960; }
span { border-color: rgb(254,201,96); }
td.TdClassName
{
border-color: #FEC960;
}
.TagClassName
{
border-color: #FEC960;
}
</style>