Shades of Golden Tainoi #FEC644
Tints of Golden Tainoi #FEC644
RGB
CMYK
RGB Variations
Color information
#FEC644 (or 0xFEC644) is known color: Golden Tainoi. HEX triplet: FE, C6 and 44. RGB value is (254,198,68). Sum of RGB (Red+Green+Blue) = 254+198+68=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 68 (26.95% from 255 or 13.08% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC644 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC644 is #0139BB. Grayscale: #C8C8C8. Windows color (decimal): -80316 or 4507390. OLE color: 4507390.
HSL color Cylindrical-coordinate representation of color #FEC644: hue angle of 41.94º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FEC644 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 68 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.00 |
| HSL | 41.94º | 0.99% | 0.63% | - |
| HSV(B) | 41.94º | 0.73% | 1% | - |
| XYZ | 62.11 | 61.88 | 14.14 | - |
| YUV | 199.92 | 53.55 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 68 | 0 | 0.22 | 0.73 | 0.00 | 41.94 | 0.99 | 0.63 |
| Hex | FE | C6 | 44 | 0 | 16 | 49 | 0 | 2A | 63 | 3F |
| Octal | 376 | 306 | 104 | 0 | 26 | 111 | 0 | 52 | 143 | 77 |
| Binary | 11111110 | 11000110 | 1000100 | 0 | 10110 | 1001001 | 0 | 101010 | 1100011 | 111111 |
Color Harmonies of #FEC644
Complementary color
Monochromatic Colors of #FEC644
Black with #FEC644
Text Example
Text Example
White with #FEC644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC644; }
p { color: rgb(254,198,68); }
H1.HeaderClassName
{
color: #FEC644;
}
.AnyTagClassName
{
color: #FEC644;
}
</style>
background-color css
<style>
a { background-color: #FEC644; }
a { background-color: rgb(254,198,68); }
div.DivClassName
{
background-color: #FEC644;
}
.BgClassName
{
background-color: #FEC644;
}
</style>
border-color css
<style>
span { border-color: #FEC644; }
span { border-color: rgb(254,198,68); }
td.TdClassName
{
border-color: #FEC644;
}
.TagClassName
{
border-color: #FEC644;
}
</style>