Shades of Golden Tainoi #FEC553
Tints of Golden Tainoi #FEC553
RGB
CMYK
RGB Variations
Color information
#FEC553 (or 0xFEC553) is known color: Golden Tainoi. HEX triplet: FE, C5 and 53. RGB value is (254,197,83). Sum of RGB (Red+Green+Blue) = 254+197+83=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 83 (32.81% from 255 or 15.54% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC553 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC553 is #013AAC. Grayscale: #C9C9C9. Windows color (decimal): -80557 or 5490174. OLE color: 5490174.
HSL color Cylindrical-coordinate representation of color #FEC553: hue angle of 40º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FEC553 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 83 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.00 |
| HSL | 40º | 0.99% | 0.66% | - |
| HSV(B) | 40º | 0.67% | 1% | - |
| XYZ | 62.4 | 61.63 | 16.79 | - |
| YUV | 201.05 | 61.38 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 83 | 0 | 0.22 | 0.67 | 0.00 | 40 | 0.99 | 0.66 |
| Hex | FE | C5 | 53 | 0 | 16 | 43 | 0 | 28 | 63 | 42 |
| Octal | 376 | 305 | 123 | 0 | 26 | 103 | 0 | 50 | 143 | 102 |
| Binary | 11111110 | 11000101 | 1010011 | 0 | 10110 | 1000011 | 0 | 101000 | 1100011 | 1000010 |
Color Harmonies of #FEC553
Complementary color
Monochromatic Colors of #FEC553
Black with #FEC553
Text Example
Text Example
White with #FEC553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC553; }
p { color: rgb(254,197,83); }
H1.HeaderClassName
{
color: #FEC553;
}
.AnyTagClassName
{
color: #FEC553;
}
</style>
background-color css
<style>
a { background-color: #FEC553; }
a { background-color: rgb(254,197,83); }
div.DivClassName
{
background-color: #FEC553;
}
.BgClassName
{
background-color: #FEC553;
}
</style>
border-color css
<style>
span { border-color: #FEC553; }
span { border-color: rgb(254,197,83); }
td.TdClassName
{
border-color: #FEC553;
}
.TagClassName
{
border-color: #FEC553;
}
</style>