Shades of Golden Tainoi #FEC653
Tints of Golden Tainoi #FEC653
RGB
CMYK
RGB Variations
Color information
#FEC653 (or 0xFEC653) is known color: Golden Tainoi. HEX triplet: FE, C6 and 53. RGB value is (254,198,83). Sum of RGB (Red+Green+Blue) = 254+198+83=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 83 (32.81% from 255 or 15.51% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC653 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC653 is #0139AC. Grayscale: #CACACA. Windows color (decimal): -80301 or 5490430. OLE color: 5490430.
HSL color Cylindrical-coordinate representation of color #FEC653: hue angle of 40.35º 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 #FEC653 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 83 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.00 |
| HSL | 40.35º | 0.99% | 0.66% | - |
| HSV(B) | 40.35º | 0.67% | 1% | - |
| XYZ | 62.63 | 62.08 | 16.87 | - |
| YUV | 201.63 | 61.05 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 83 | 0 | 0.22 | 0.67 | 0.00 | 40.35 | 0.99 | 0.66 |
| Hex | FE | C6 | 53 | 0 | 16 | 43 | 0 | 28 | 63 | 42 |
| Octal | 376 | 306 | 123 | 0 | 26 | 103 | 0 | 50 | 143 | 102 |
| Binary | 11111110 | 11000110 | 1010011 | 0 | 10110 | 1000011 | 0 | 101000 | 1100011 | 1000010 |
Color Harmonies of #FEC653
Complementary color
Monochromatic Colors of #FEC653
Black with #FEC653
Text Example
Text Example
White with #FEC653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC653; }
p { color: rgb(254,198,83); }
H1.HeaderClassName
{
color: #FEC653;
}
.AnyTagClassName
{
color: #FEC653;
}
</style>
background-color css
<style>
a { background-color: #FEC653; }
a { background-color: rgb(254,198,83); }
div.DivClassName
{
background-color: #FEC653;
}
.BgClassName
{
background-color: #FEC653;
}
</style>
border-color css
<style>
span { border-color: #FEC653; }
span { border-color: rgb(254,198,83); }
td.TdClassName
{
border-color: #FEC653;
}
.TagClassName
{
border-color: #FEC653;
}
</style>