Shades of Golden Tainoi #FEC645
Tints of Golden Tainoi #FEC645
RGB
CMYK
RGB Variations
Color information
#FEC645 (or 0xFEC645) is known color: Golden Tainoi. HEX triplet: FE, C6 and 45. RGB value is (254,198,69). Sum of RGB (Red+Green+Blue) = 254+198+69=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 69 (27.34% from 255 or 13.24% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC645 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC645 is #0139BA. Grayscale: #C8C8C8. Windows color (decimal): -80315 or 4572926. OLE color: 4572926.
HSL color Cylindrical-coordinate representation of color #FEC645: hue angle of 41.84º 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 #FEC645 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 69 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.00 |
| HSL | 41.84º | 0.99% | 0.63% | - |
| HSV(B) | 41.84º | 0.73% | 1% | - |
| XYZ | 62.14 | 61.89 | 14.3 | - |
| YUV | 200.04 | 54.05 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 69 | 0 | 0.22 | 0.73 | 0.00 | 41.84 | 0.99 | 0.63 |
| Hex | FE | C6 | 45 | 0 | 16 | 49 | 0 | 2A | 63 | 3F |
| Octal | 376 | 306 | 105 | 0 | 26 | 111 | 0 | 52 | 143 | 77 |
| Binary | 11111110 | 11000110 | 1000101 | 0 | 10110 | 1001001 | 0 | 101010 | 1100011 | 111111 |
Color Harmonies of #FEC645
Complementary color
Monochromatic Colors of #FEC645
Black with #FEC645
Text Example
Text Example
White with #FEC645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC645; }
p { color: rgb(254,198,69); }
H1.HeaderClassName
{
color: #FEC645;
}
.AnyTagClassName
{
color: #FEC645;
}
</style>
background-color css
<style>
a { background-color: #FEC645; }
a { background-color: rgb(254,198,69); }
div.DivClassName
{
background-color: #FEC645;
}
.BgClassName
{
background-color: #FEC645;
}
</style>
border-color css
<style>
span { border-color: #FEC645; }
span { border-color: rgb(254,198,69); }
td.TdClassName
{
border-color: #FEC645;
}
.TagClassName
{
border-color: #FEC645;
}
</style>