Shades of Golden Tainoi #FEC758
Tints of Golden Tainoi #FEC758
RGB
CMYK
RGB Variations
Color information
#FEC758 (or 0xFEC758) is known color: Golden Tainoi. HEX triplet: FE, C7 and 58. RGB value is (254,199,88). Sum of RGB (Red+Green+Blue) = 254+199+88=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 199 (78.12% from 255 or 36.78% from 541); Blue value is 88 (34.77% from 255 or 16.27% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC758 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC758 is #0138A7. Grayscale: #CBCBCB. Windows color (decimal): -80040 or 5818366. OLE color: 5818366.
HSL color Cylindrical-coordinate representation of color #FEC758: hue angle of 40.12º 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 #FEC758 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 88 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.00 |
| HSL | 40.12º | 0.99% | 0.67% | - |
| HSV(B) | 40.12º | 0.65% | 1% | - |
| XYZ | 63.06 | 62.62 | 18 | - |
| YUV | 202.79 | 63.22 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 88 | 0 | 0.22 | 0.65 | 0.00 | 40.12 | 0.99 | 0.67 |
| Hex | FE | C7 | 58 | 0 | 16 | 41 | 0 | 28 | 63 | 43 |
| Octal | 376 | 307 | 130 | 0 | 26 | 101 | 0 | 50 | 143 | 103 |
| Binary | 11111110 | 11000111 | 1011000 | 0 | 10110 | 1000001 | 0 | 101000 | 1100011 | 1000011 |
Color Harmonies of #FEC758
Complementary color
Monochromatic Colors of #FEC758
Black with #FEC758
Text Example
Text Example
White with #FEC758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC758; }
p { color: rgb(254,199,88); }
H1.HeaderClassName
{
color: #FEC758;
}
.AnyTagClassName
{
color: #FEC758;
}
</style>
background-color css
<style>
a { background-color: #FEC758; }
a { background-color: rgb(254,199,88); }
div.DivClassName
{
background-color: #FEC758;
}
.BgClassName
{
background-color: #FEC758;
}
</style>
border-color css
<style>
span { border-color: #FEC758; }
span { border-color: rgb(254,199,88); }
td.TdClassName
{
border-color: #FEC758;
}
.TagClassName
{
border-color: #FEC758;
}
</style>