Shades of Golden Tainoi #FEC061
Tints of Golden Tainoi #FEC061
RGB
CMYK
RGB Variations
Color information
#FEC061 (or 0xFEC061) is known color: Golden Tainoi. HEX triplet: FE, C0 and 61. RGB value is (254,192,97). Sum of RGB (Red+Green+Blue) = 254+192+97=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 97 (38.28% from 255 or 17.86% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC061 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC061 is #013F9E. Grayscale: #C8C8C8. Windows color (decimal): -81823 or 6406398. OLE color: 6406398.
HSL color Cylindrical-coordinate representation of color #FEC061: hue angle of 36.31º 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 #FEC061 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 97 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.00 |
| HSL | 36.31º | 0.99% | 0.69% | - |
| HSV(B) | 36.31º | 0.62% | 1% | - |
| XYZ | 61.88 | 59.63 | 19.56 | - |
| YUV | 199.71 | 70.04 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 97 | 0 | 0.24 | 0.62 | 0.00 | 36.31 | 0.99 | 0.69 |
| Hex | FE | C0 | 61 | 0 | 18 | 3E | 0 | 24 | 63 | 45 |
| Octal | 376 | 300 | 141 | 0 | 30 | 76 | 0 | 44 | 143 | 105 |
| Binary | 11111110 | 11000000 | 1100001 | 0 | 11000 | 111110 | 0 | 100100 | 1100011 | 1000101 |
Color Harmonies of #FEC061
Complementary color
Monochromatic Colors of #FEC061
Black with #FEC061
Text Example
Text Example
White with #FEC061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC061; }
p { color: rgb(254,192,97); }
H1.HeaderClassName
{
color: #FEC061;
}
.AnyTagClassName
{
color: #FEC061;
}
</style>
background-color css
<style>
a { background-color: #FEC061; }
a { background-color: rgb(254,192,97); }
div.DivClassName
{
background-color: #FEC061;
}
.BgClassName
{
background-color: #FEC061;
}
</style>
border-color css
<style>
span { border-color: #FEC061; }
span { border-color: rgb(254,192,97); }
td.TdClassName
{
border-color: #FEC061;
}
.TagClassName
{
border-color: #FEC061;
}
</style>