Shades of Golden Tainoi #FCC85E
Tints of Golden Tainoi #FCC85E
RGB
CMYK
RGB Variations
Color information
#FCC85E (or 0xFCC85E) is known color: Golden Tainoi. HEX triplet: FC, C8 and 5E. RGB value is (252,200,94). Sum of RGB (Red+Green+Blue) = 252+200+94=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 94 (37.11% from 255 or 17.22% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC85E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC85E is #0337A1. Grayscale: #CBCBCB. Windows color (decimal): -210850 or 6211836. OLE color: 6211836.
HSL color Cylindrical-coordinate representation of color #FCC85E: hue angle of 40.25º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCC85E is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 94 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.01 |
| HSL | 40.25º | 0.96% | 0.68% | - |
| HSV(B) | 40.25º | 0.63% | 0.99% | - |
| XYZ | 62.82 | 62.81 | 19.4 | - |
| YUV | 203.46 | 66.23 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 94 | 0 | 0.21 | 0.63 | 0.01 | 40.25 | 0.96 | 0.68 |
| Hex | FC | C8 | 5E | 0 | 15 | 3F | 1 | 28 | 60 | 44 |
| Octal | 374 | 310 | 136 | 0 | 25 | 77 | 1 | 50 | 140 | 104 |
| Binary | 11111100 | 11001000 | 1011110 | 0 | 10101 | 111111 | 1 | 101000 | 1100000 | 1000100 |
Color Harmonies of #FCC85E
Complementary color
Monochromatic Colors of #FCC85E
Black with #FCC85E
Text Example
Text Example
White with #FCC85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC85E; }
p { color: rgb(252,200,94); }
H1.HeaderClassName
{
color: #FCC85E;
}
.AnyTagClassName
{
color: #FCC85E;
}
</style>
background-color css
<style>
a { background-color: #FCC85E; }
a { background-color: rgb(252,200,94); }
div.DivClassName
{
background-color: #FCC85E;
}
.BgClassName
{
background-color: #FCC85E;
}
</style>
border-color css
<style>
span { border-color: #FCC85E; }
span { border-color: rgb(252,200,94); }
td.TdClassName
{
border-color: #FCC85E;
}
.TagClassName
{
border-color: #FCC85E;
}
</style>