Shades of Golden Tainoi #FCC85D
Tints of Golden Tainoi #FCC85D
RGB
CMYK
RGB Variations
Color information
#FCC85D (or 0xFCC85D) is known color: Golden Tainoi. HEX triplet: FC, C8 and 5D. RGB value is (252,200,93). Sum of RGB (Red+Green+Blue) = 252+200+93=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 93 (36.72% from 255 or 17.06% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC85D is #0337A2. Grayscale: #CBCBCB. Windows color (decimal): -210851 or 6146300. OLE color: 6146300.
HSL color Cylindrical-coordinate representation of color #FCC85D: hue angle of 40.38º 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 #FCC85D is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 93 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.01 |
| HSL | 40.38º | 0.96% | 0.68% | - |
| HSV(B) | 40.38º | 0.63% | 0.99% | - |
| XYZ | 62.77 | 62.79 | 19.17 | - |
| YUV | 203.35 | 65.73 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 93 | 0 | 0.21 | 0.63 | 0.01 | 40.38 | 0.96 | 0.68 |
| Hex | FC | C8 | 5D | 0 | 15 | 3F | 1 | 28 | 60 | 44 |
| Octal | 374 | 310 | 135 | 0 | 25 | 77 | 1 | 50 | 140 | 104 |
| Binary | 11111100 | 11001000 | 1011101 | 0 | 10101 | 111111 | 1 | 101000 | 1100000 | 1000100 |
Color Harmonies of #FCC85D
Complementary color
Monochromatic Colors of #FCC85D
Black with #FCC85D
Text Example
Text Example
White with #FCC85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC85D; }
p { color: rgb(252,200,93); }
H1.HeaderClassName
{
color: #FCC85D;
}
.AnyTagClassName
{
color: #FCC85D;
}
</style>
background-color css
<style>
a { background-color: #FCC85D; }
a { background-color: rgb(252,200,93); }
div.DivClassName
{
background-color: #FCC85D;
}
.BgClassName
{
background-color: #FCC85D;
}
</style>
border-color css
<style>
span { border-color: #FCC85D; }
span { border-color: rgb(252,200,93); }
td.TdClassName
{
border-color: #FCC85D;
}
.TagClassName
{
border-color: #FCC85D;
}
</style>