Shades of Golden Tainoi #FEC951
Tints of Golden Tainoi #FEC951
RGB
CMYK
RGB Variations
Color information
#FEC951 (or 0xFEC951) is known color: Golden Tainoi. HEX triplet: FE, C9 and 51. RGB value is (254,201,81). Sum of RGB (Red+Green+Blue) = 254+201+81=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 81 (32.03% from 255 or 15.11% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC951 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC951 is #0136AE. Grayscale: #CBCBCB. Windows color (decimal): -79535 or 5360126. OLE color: 5360126.
HSL color Cylindrical-coordinate representation of color #FEC951: hue angle of 41.62º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FEC951 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 81 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.00 |
| HSL | 41.62º | 0.99% | 0.66% | - |
| HSV(B) | 41.62º | 0.68% | 1% | - |
| XYZ | 63.24 | 63.44 | 16.7 | - |
| YUV | 203.17 | 59.06 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 81 | 0 | 0.21 | 0.68 | 0.00 | 41.62 | 0.99 | 0.66 |
| Hex | FE | C9 | 51 | 0 | 15 | 44 | 0 | 2A | 63 | 42 |
| Octal | 376 | 311 | 121 | 0 | 25 | 104 | 0 | 52 | 143 | 102 |
| Binary | 11111110 | 11001001 | 1010001 | 0 | 10101 | 1000100 | 0 | 101010 | 1100011 | 1000010 |
Color Harmonies of #FEC951
Complementary color
Monochromatic Colors of #FEC951
Black with #FEC951
Text Example
Text Example
White with #FEC951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC951; }
p { color: rgb(254,201,81); }
H1.HeaderClassName
{
color: #FEC951;
}
.AnyTagClassName
{
color: #FEC951;
}
</style>
background-color css
<style>
a { background-color: #FEC951; }
a { background-color: rgb(254,201,81); }
div.DivClassName
{
background-color: #FEC951;
}
.BgClassName
{
background-color: #FEC951;
}
</style>
border-color css
<style>
span { border-color: #FEC951; }
span { border-color: rgb(254,201,81); }
td.TdClassName
{
border-color: #FEC951;
}
.TagClassName
{
border-color: #FEC951;
}
</style>