Shades of Golden Tainoi #FEC953
Tints of Golden Tainoi #FEC953
RGB
CMYK
RGB Variations
Color information
#FEC953 (or 0xFEC953) is known color: Golden Tainoi. HEX triplet: FE, C9 and 53. RGB value is (254,201,83). Sum of RGB (Red+Green+Blue) = 254+201+83=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 83 (32.81% from 255 or 15.43% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC953 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC953 is #0136AC. Grayscale: #CBCBCB. Windows color (decimal): -79533 or 5491198. OLE color: 5491198.
HSL color Cylindrical-coordinate representation of color #FEC953: hue angle of 41.4º 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 #FEC953 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 83 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.00 |
| HSL | 41.4º | 0.99% | 0.66% | - |
| HSV(B) | 41.4º | 0.67% | 1% | - |
| XYZ | 63.32 | 63.47 | 17.1 | - |
| YUV | 203.4 | 60.06 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 83 | 0 | 0.21 | 0.67 | 0.00 | 41.4 | 0.99 | 0.66 |
| Hex | FE | C9 | 53 | 0 | 15 | 43 | 0 | 29 | 63 | 42 |
| Octal | 376 | 311 | 123 | 0 | 25 | 103 | 0 | 51 | 143 | 102 |
| Binary | 11111110 | 11001001 | 1010011 | 0 | 10101 | 1000011 | 0 | 101001 | 1100011 | 1000010 |
Color Harmonies of #FEC953
Complementary color
Monochromatic Colors of #FEC953
Black with #FEC953
Text Example
Text Example
White with #FEC953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC953; }
p { color: rgb(254,201,83); }
H1.HeaderClassName
{
color: #FEC953;
}
.AnyTagClassName
{
color: #FEC953;
}
</style>
background-color css
<style>
a { background-color: #FEC953; }
a { background-color: rgb(254,201,83); }
div.DivClassName
{
background-color: #FEC953;
}
.BgClassName
{
background-color: #FEC953;
}
</style>
border-color css
<style>
span { border-color: #FEC953; }
span { border-color: rgb(254,201,83); }
td.TdClassName
{
border-color: #FEC953;
}
.TagClassName
{
border-color: #FEC953;
}
</style>