Shades of Golden Tainoi #FEC260
Tints of Golden Tainoi #FEC260
RGB
CMYK
RGB Variations
Color information
#FEC260 (or 0xFEC260) is known color: Golden Tainoi. HEX triplet: FE, C2 and 60. RGB value is (254,194,96). Sum of RGB (Red+Green+Blue) = 254+194+96=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 96 (37.89% from 255 or 17.65% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC260 is #013D9F. Grayscale: #C9C9C9. Windows color (decimal): -81312 or 6341374. OLE color: 6341374.
HSL color Cylindrical-coordinate representation of color #FEC260: hue angle of 37.22º 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 #FEC260 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 96 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.00 |
| HSL | 37.22º | 0.99% | 0.69% | - |
| HSV(B) | 37.22º | 0.62% | 1% | - |
| XYZ | 62.28 | 60.5 | 19.46 | - |
| YUV | 200.77 | 68.88 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 96 | 0 | 0.24 | 0.62 | 0.00 | 37.22 | 0.99 | 0.69 |
| Hex | FE | C2 | 60 | 0 | 18 | 3E | 0 | 25 | 63 | 45 |
| Octal | 376 | 302 | 140 | 0 | 30 | 76 | 0 | 45 | 143 | 105 |
| Binary | 11111110 | 11000010 | 1100000 | 0 | 11000 | 111110 | 0 | 100101 | 1100011 | 1000101 |
Color Harmonies of #FEC260
Complementary color
Monochromatic Colors of #FEC260
Black with #FEC260
Text Example
Text Example
White with #FEC260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC260; }
p { color: rgb(254,194,96); }
H1.HeaderClassName
{
color: #FEC260;
}
.AnyTagClassName
{
color: #FEC260;
}
</style>
background-color css
<style>
a { background-color: #FEC260; }
a { background-color: rgb(254,194,96); }
div.DivClassName
{
background-color: #FEC260;
}
.BgClassName
{
background-color: #FEC260;
}
</style>
border-color css
<style>
span { border-color: #FEC260; }
span { border-color: rgb(254,194,96); }
td.TdClassName
{
border-color: #FEC260;
}
.TagClassName
{
border-color: #FEC260;
}
</style>