Shades of Golden Tainoi #FEC654
Tints of Golden Tainoi #FEC654
RGB
CMYK
RGB Variations
Color information
#FEC654 (or 0xFEC654) is known color: Golden Tainoi. HEX triplet: FE, C6 and 54. RGB value is (254,198,84). Sum of RGB (Red+Green+Blue) = 254+198+84=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 198 (77.73% from 255 or 36.94% from 536); Blue value is 84 (33.20% from 255 or 15.67% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC654 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC654 is #0139AB. Grayscale: #CACACA. Windows color (decimal): -80300 or 5555966. OLE color: 5555966.
HSL color Cylindrical-coordinate representation of color #FEC654: hue angle of 40.24º 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 #FEC654 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 84 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.00 |
| HSL | 40.24º | 0.99% | 0.66% | - |
| HSV(B) | 40.24º | 0.67% | 1% | - |
| XYZ | 62.67 | 62.1 | 17.07 | - |
| YUV | 201.75 | 61.55 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 84 | 0 | 0.22 | 0.67 | 0.00 | 40.24 | 0.99 | 0.66 |
| Hex | FE | C6 | 54 | 0 | 16 | 43 | 0 | 28 | 63 | 42 |
| Octal | 376 | 306 | 124 | 0 | 26 | 103 | 0 | 50 | 143 | 102 |
| Binary | 11111110 | 11000110 | 1010100 | 0 | 10110 | 1000011 | 0 | 101000 | 1100011 | 1000010 |
Color Harmonies of #FEC654
Complementary color
Monochromatic Colors of #FEC654
Black with #FEC654
Text Example
Text Example
White with #FEC654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC654; }
p { color: rgb(254,198,84); }
H1.HeaderClassName
{
color: #FEC654;
}
.AnyTagClassName
{
color: #FEC654;
}
</style>
background-color css
<style>
a { background-color: #FEC654; }
a { background-color: rgb(254,198,84); }
div.DivClassName
{
background-color: #FEC654;
}
.BgClassName
{
background-color: #FEC654;
}
</style>
border-color css
<style>
span { border-color: #FEC654; }
span { border-color: rgb(254,198,84); }
td.TdClassName
{
border-color: #FEC654;
}
.TagClassName
{
border-color: #FEC654;
}
</style>