Shades of Golden Tainoi #FEC75C
Tints of Golden Tainoi #FEC75C
RGB
CMYK
RGB Variations
Color information
#FEC75C (or 0xFEC75C) is known color: Golden Tainoi. HEX triplet: FE, C7 and 5C. RGB value is (254,199,92). Sum of RGB (Red+Green+Blue) = 254+199+92=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 92 (36.33% from 255 or 16.88% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC75C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC75C is #0138A3. Grayscale: #CBCBCB. Windows color (decimal): -80036 or 6080510. OLE color: 6080510.
HSL color Cylindrical-coordinate representation of color #FEC75C: hue angle of 39.63º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FEC75C is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 92 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.00 |
| HSL | 39.63º | 0.99% | 0.68% | - |
| HSV(B) | 39.63º | 0.64% | 1% | - |
| XYZ | 63.23 | 62.69 | 18.89 | - |
| YUV | 203.25 | 65.22 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 92 | 0 | 0.22 | 0.64 | 0.00 | 39.63 | 0.99 | 0.68 |
| Hex | FE | C7 | 5C | 0 | 16 | 40 | 0 | 28 | 63 | 44 |
| Octal | 376 | 307 | 134 | 0 | 26 | 100 | 0 | 50 | 143 | 104 |
| Binary | 11111110 | 11000111 | 1011100 | 0 | 10110 | 1000000 | 0 | 101000 | 1100011 | 1000100 |
Color Harmonies of #FEC75C
Complementary color
Monochromatic Colors of #FEC75C
Black with #FEC75C
Text Example
Text Example
White with #FEC75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC75C; }
p { color: rgb(254,199,92); }
H1.HeaderClassName
{
color: #FEC75C;
}
.AnyTagClassName
{
color: #FEC75C;
}
</style>
background-color css
<style>
a { background-color: #FEC75C; }
a { background-color: rgb(254,199,92); }
div.DivClassName
{
background-color: #FEC75C;
}
.BgClassName
{
background-color: #FEC75C;
}
</style>
border-color css
<style>
span { border-color: #FEC75C; }
span { border-color: rgb(254,199,92); }
td.TdClassName
{
border-color: #FEC75C;
}
.TagClassName
{
border-color: #FEC75C;
}
</style>