Shades of Golden Tainoi #FEC647
Tints of Golden Tainoi #FEC647
RGB
CMYK
RGB Variations
Color information
#FEC647 (or 0xFEC647) is known color: Golden Tainoi. HEX triplet: FE, C6 and 47. RGB value is (254,198,71). Sum of RGB (Red+Green+Blue) = 254+198+71=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 71 (28.12% from 255 or 13.58% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC647 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC647 is #0139B8. Grayscale: #C8C8C8. Windows color (decimal): -80313 or 4703998. OLE color: 4703998.
HSL color Cylindrical-coordinate representation of color #FEC647: hue angle of 41.64º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FEC647 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 71 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.00 |
| HSL | 41.64º | 0.99% | 0.64% | - |
| HSV(B) | 41.64º | 0.72% | 1% | - |
| XYZ | 62.2 | 61.91 | 14.63 | - |
| YUV | 200.27 | 55.05 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 71 | 0 | 0.22 | 0.72 | 0.00 | 41.64 | 0.99 | 0.64 |
| Hex | FE | C6 | 47 | 0 | 16 | 48 | 0 | 2A | 63 | 40 |
| Octal | 376 | 306 | 107 | 0 | 26 | 110 | 0 | 52 | 143 | 100 |
| Binary | 11111110 | 11000110 | 1000111 | 0 | 10110 | 1001000 | 0 | 101010 | 1100011 | 1000000 |
Color Harmonies of #FEC647
Complementary color
Monochromatic Colors of #FEC647
Black with #FEC647
Text Example
Text Example
White with #FEC647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC647; }
p { color: rgb(254,198,71); }
H1.HeaderClassName
{
color: #FEC647;
}
.AnyTagClassName
{
color: #FEC647;
}
</style>
background-color css
<style>
a { background-color: #FEC647; }
a { background-color: rgb(254,198,71); }
div.DivClassName
{
background-color: #FEC647;
}
.BgClassName
{
background-color: #FEC647;
}
</style>
border-color css
<style>
span { border-color: #FEC647; }
span { border-color: rgb(254,198,71); }
td.TdClassName
{
border-color: #FEC647;
}
.TagClassName
{
border-color: #FEC647;
}
</style>