Shades of Golden Tainoi #FEC655
Tints of Golden Tainoi #FEC655
RGB
CMYK
RGB Variations
Color information
#FEC655 (or 0xFEC655) is known color: Golden Tainoi. HEX triplet: FE, C6 and 55. RGB value is (254,198,85). Sum of RGB (Red+Green+Blue) = 254+198+85=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 85 (33.59% from 255 or 15.83% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC655 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC655 is #0139AA. Grayscale: #CACACA. Windows color (decimal): -80299 or 5621502. OLE color: 5621502.
HSL color Cylindrical-coordinate representation of color #FEC655: hue angle of 40.12º 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 #FEC655 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 85 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.00 |
| HSL | 40.12º | 0.99% | 0.66% | - |
| HSV(B) | 40.12º | 0.67% | 1% | - |
| XYZ | 62.71 | 62.11 | 17.28 | - |
| YUV | 201.86 | 62.05 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 85 | 0 | 0.22 | 0.67 | 0.00 | 40.12 | 0.99 | 0.66 |
| Hex | FE | C6 | 55 | 0 | 16 | 43 | 0 | 28 | 63 | 42 |
| Octal | 376 | 306 | 125 | 0 | 26 | 103 | 0 | 50 | 143 | 102 |
| Binary | 11111110 | 11000110 | 1010101 | 0 | 10110 | 1000011 | 0 | 101000 | 1100011 | 1000010 |
Color Harmonies of #FEC655
Complementary color
Monochromatic Colors of #FEC655
Black with #FEC655
Text Example
Text Example
White with #FEC655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC655; }
p { color: rgb(254,198,85); }
H1.HeaderClassName
{
color: #FEC655;
}
.AnyTagClassName
{
color: #FEC655;
}
</style>
background-color css
<style>
a { background-color: #FEC655; }
a { background-color: rgb(254,198,85); }
div.DivClassName
{
background-color: #FEC655;
}
.BgClassName
{
background-color: #FEC655;
}
</style>
border-color css
<style>
span { border-color: #FEC655; }
span { border-color: rgb(254,198,85); }
td.TdClassName
{
border-color: #FEC655;
}
.TagClassName
{
border-color: #FEC655;
}
</style>