Shades of Golden Tainoi #FEC85C
Tints of Golden Tainoi #FEC85C
RGB
CMYK
RGB Variations
Color information
#FEC85C (or 0xFEC85C) is known color: Golden Tainoi. HEX triplet: FE, C8 and 5C. RGB value is (254,200,92). Sum of RGB (Red+Green+Blue) = 254+200+92=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 92 (36.33% from 255 or 16.85% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC85C is #0137A3. Grayscale: #CCCCCC. Windows color (decimal): -79780 or 6080766. OLE color: 6080766.
HSL color Cylindrical-coordinate representation of color #FEC85C: hue angle of 40º 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 #FEC85C is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 92 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.00 |
| HSL | 40º | 0.99% | 0.68% | - |
| HSV(B) | 40º | 0.64% | 1% | - |
| XYZ | 63.46 | 63.15 | 18.97 | - |
| YUV | 203.83 | 64.89 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 92 | 0 | 0.21 | 0.64 | 0.00 | 40 | 0.99 | 0.68 |
| Hex | FE | C8 | 5C | 0 | 15 | 40 | 0 | 28 | 63 | 44 |
| Octal | 376 | 310 | 134 | 0 | 25 | 100 | 0 | 50 | 143 | 104 |
| Binary | 11111110 | 11001000 | 1011100 | 0 | 10101 | 1000000 | 0 | 101000 | 1100011 | 1000100 |
Color Harmonies of #FEC85C
Complementary color
Monochromatic Colors of #FEC85C
Black with #FEC85C
Text Example
Text Example
White with #FEC85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC85C; }
p { color: rgb(254,200,92); }
H1.HeaderClassName
{
color: #FEC85C;
}
.AnyTagClassName
{
color: #FEC85C;
}
</style>
background-color css
<style>
a { background-color: #FEC85C; }
a { background-color: rgb(254,200,92); }
div.DivClassName
{
background-color: #FEC85C;
}
.BgClassName
{
background-color: #FEC85C;
}
</style>
border-color css
<style>
span { border-color: #FEC85C; }
span { border-color: rgb(254,200,92); }
td.TdClassName
{
border-color: #FEC85C;
}
.TagClassName
{
border-color: #FEC85C;
}
</style>