Shades of Golden Tainoi #FEC544
Tints of Golden Tainoi #FEC544
RGB
CMYK
RGB Variations
Color information
#FEC544 (or 0xFEC544) is known color: Golden Tainoi. HEX triplet: FE, C5 and 44. RGB value is (254,197,68). Sum of RGB (Red+Green+Blue) = 254+197+68=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 68 (26.95% from 255 or 13.10% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC544 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC544 is #013ABB. Grayscale: #C7C7C7. Windows color (decimal): -80572 or 4507134. OLE color: 4507134.
HSL color Cylindrical-coordinate representation of color #FEC544: hue angle of 41.61º 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 #FEC544 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 68 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.00 |
| HSL | 41.61º | 0.99% | 0.63% | - |
| HSV(B) | 41.61º | 0.73% | 1% | - |
| XYZ | 61.88 | 61.42 | 14.06 | - |
| YUV | 199.34 | 53.88 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 68 | 0 | 0.22 | 0.73 | 0.00 | 41.61 | 0.99 | 0.63 |
| Hex | FE | C5 | 44 | 0 | 16 | 49 | 0 | 2A | 63 | 3F |
| Octal | 376 | 305 | 104 | 0 | 26 | 111 | 0 | 52 | 143 | 77 |
| Binary | 11111110 | 11000101 | 1000100 | 0 | 10110 | 1001001 | 0 | 101010 | 1100011 | 111111 |
Color Harmonies of #FEC544
Complementary color
Monochromatic Colors of #FEC544
Black with #FEC544
Text Example
Text Example
White with #FEC544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC544; }
p { color: rgb(254,197,68); }
H1.HeaderClassName
{
color: #FEC544;
}
.AnyTagClassName
{
color: #FEC544;
}
</style>
background-color css
<style>
a { background-color: #FEC544; }
a { background-color: rgb(254,197,68); }
div.DivClassName
{
background-color: #FEC544;
}
.BgClassName
{
background-color: #FEC544;
}
</style>
border-color css
<style>
span { border-color: #FEC544; }
span { border-color: rgb(254,197,68); }
td.TdClassName
{
border-color: #FEC544;
}
.TagClassName
{
border-color: #FEC544;
}
</style>