Shades of Golden Tainoi #FEC761
Tints of Golden Tainoi #FEC761
RGB
CMYK
RGB Variations
Color information
#FEC761 (or 0xFEC761) is known color: Golden Tainoi. HEX triplet: FE, C7 and 61. RGB value is (254,199,97). Sum of RGB (Red+Green+Blue) = 254+199+97=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 199 (78.12% from 255 or 36.18% from 550); Blue value is 97 (38.28% from 255 or 17.64% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC761 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC761 is #01389E. Grayscale: #CCCCCC. Windows color (decimal): -80031 or 6408190. OLE color: 6408190.
HSL color Cylindrical-coordinate representation of color #FEC761: hue angle of 38.98º 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 #FEC761 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 97 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.00 |
| HSL | 38.98º | 0.99% | 0.69% | - |
| HSV(B) | 38.98º | 0.62% | 1% | - |
| XYZ | 63.45 | 62.78 | 20.08 | - |
| YUV | 203.82 | 67.72 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 97 | 0 | 0.22 | 0.62 | 0.00 | 38.98 | 0.99 | 0.69 |
| Hex | FE | C7 | 61 | 0 | 16 | 3E | 0 | 27 | 63 | 45 |
| Octal | 376 | 307 | 141 | 0 | 26 | 76 | 0 | 47 | 143 | 105 |
| Binary | 11111110 | 11000111 | 1100001 | 0 | 10110 | 111110 | 0 | 100111 | 1100011 | 1000101 |
Color Harmonies of #FEC761
Complementary color
Monochromatic Colors of #FEC761
Black with #FEC761
Text Example
Text Example
White with #FEC761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC761; }
p { color: rgb(254,199,97); }
H1.HeaderClassName
{
color: #FEC761;
}
.AnyTagClassName
{
color: #FEC761;
}
</style>
background-color css
<style>
a { background-color: #FEC761; }
a { background-color: rgb(254,199,97); }
div.DivClassName
{
background-color: #FEC761;
}
.BgClassName
{
background-color: #FEC761;
}
</style>
border-color css
<style>
span { border-color: #FEC761; }
span { border-color: rgb(254,199,97); }
td.TdClassName
{
border-color: #FEC761;
}
.TagClassName
{
border-color: #FEC761;
}
</style>