Shades of Golden Tainoi #FEC958
Tints of Golden Tainoi #FEC958
RGB
CMYK
RGB Variations
Color information
#FEC958 (or 0xFEC958) is known color: Golden Tainoi. HEX triplet: FE, C9 and 58. RGB value is (254,201,88). Sum of RGB (Red+Green+Blue) = 254+201+88=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 88 (34.77% from 255 or 16.21% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC958 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC958 is #0136A7. Grayscale: #CCCCCC. Windows color (decimal): -79528 or 5818878. OLE color: 5818878.
HSL color Cylindrical-coordinate representation of color #FEC958: hue angle of 40.84º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FEC958 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 88 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.00 |
| HSL | 40.84º | 0.99% | 0.67% | - |
| HSV(B) | 40.84º | 0.65% | 1% | - |
| XYZ | 63.52 | 63.55 | 18.15 | - |
| YUV | 203.97 | 62.56 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 88 | 0 | 0.21 | 0.65 | 0.00 | 40.84 | 0.99 | 0.67 |
| Hex | FE | C9 | 58 | 0 | 15 | 41 | 0 | 29 | 63 | 43 |
| Octal | 376 | 311 | 130 | 0 | 25 | 101 | 0 | 51 | 143 | 103 |
| Binary | 11111110 | 11001001 | 1011000 | 0 | 10101 | 1000001 | 0 | 101001 | 1100011 | 1000011 |
Color Harmonies of #FEC958
Complementary color
Monochromatic Colors of #FEC958
Black with #FEC958
Text Example
Text Example
White with #FEC958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC958; }
p { color: rgb(254,201,88); }
H1.HeaderClassName
{
color: #FEC958;
}
.AnyTagClassName
{
color: #FEC958;
}
</style>
background-color css
<style>
a { background-color: #FEC958; }
a { background-color: rgb(254,201,88); }
div.DivClassName
{
background-color: #FEC958;
}
.BgClassName
{
background-color: #FEC958;
}
</style>
border-color css
<style>
span { border-color: #FEC958; }
span { border-color: rgb(254,201,88); }
td.TdClassName
{
border-color: #FEC958;
}
.TagClassName
{
border-color: #FEC958;
}
</style>