Shades of Golden Tainoi #FEC453
Tints of Golden Tainoi #FEC453
RGB
CMYK
RGB Variations
Color information
#FEC453 (or 0xFEC453) is known color: Golden Tainoi. HEX triplet: FE, C4 and 53. RGB value is (254,196,83). Sum of RGB (Red+Green+Blue) = 254+196+83=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 83 (32.81% from 255 or 15.57% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC453 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC453 is #013BAC. Grayscale: #C8C8C8. Windows color (decimal): -80813 or 5489918. OLE color: 5489918.
HSL color Cylindrical-coordinate representation of color #FEC453: hue angle of 39.65º 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 #FEC453 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 83 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.00 |
| HSL | 39.65º | 0.99% | 0.66% | - |
| HSV(B) | 39.65º | 0.67% | 1% | - |
| XYZ | 62.17 | 61.18 | 16.71 | - |
| YUV | 200.46 | 61.72 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 83 | 0 | 0.23 | 0.67 | 0.00 | 39.65 | 0.99 | 0.66 |
| Hex | FE | C4 | 53 | 0 | 17 | 43 | 0 | 28 | 63 | 42 |
| Octal | 376 | 304 | 123 | 0 | 27 | 103 | 0 | 50 | 143 | 102 |
| Binary | 11111110 | 11000100 | 1010011 | 0 | 10111 | 1000011 | 0 | 101000 | 1100011 | 1000010 |
Color Harmonies of #FEC453
Complementary color
Monochromatic Colors of #FEC453
Black with #FEC453
Text Example
Text Example
White with #FEC453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC453; }
p { color: rgb(254,196,83); }
H1.HeaderClassName
{
color: #FEC453;
}
.AnyTagClassName
{
color: #FEC453;
}
</style>
background-color css
<style>
a { background-color: #FEC453; }
a { background-color: rgb(254,196,83); }
div.DivClassName
{
background-color: #FEC453;
}
.BgClassName
{
background-color: #FEC453;
}
</style>
border-color css
<style>
span { border-color: #FEC453; }
span { border-color: rgb(254,196,83); }
td.TdClassName
{
border-color: #FEC453;
}
.TagClassName
{
border-color: #FEC453;
}
</style>