Shades of Golden Tainoi #FCC65E
Tints of Golden Tainoi #FCC65E
RGB
CMYK
RGB Variations
Color information
#FCC65E (or 0xFCC65E) is known color: Golden Tainoi. HEX triplet: FC, C6 and 5E. RGB value is (252,198,94). Sum of RGB (Red+Green+Blue) = 252+198+94=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 94 (37.11% from 255 or 17.28% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC65E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC65E is #0339A1. Grayscale: #CACACA. Windows color (decimal): -211362 or 6211324. OLE color: 6211324.
HSL color Cylindrical-coordinate representation of color #FCC65E: hue angle of 39.49º 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 #FCC65E is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 94 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.01 |
| HSL | 39.49º | 0.96% | 0.68% | - |
| HSV(B) | 39.49º | 0.63% | 0.99% | - |
| XYZ | 62.36 | 61.89 | 19.25 | - |
| YUV | 202.29 | 66.89 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 94 | 0 | 0.21 | 0.63 | 0.01 | 39.49 | 0.96 | 0.68 |
| Hex | FC | C6 | 5E | 0 | 15 | 3F | 1 | 27 | 60 | 44 |
| Octal | 374 | 306 | 136 | 0 | 25 | 77 | 1 | 47 | 140 | 104 |
| Binary | 11111100 | 11000110 | 1011110 | 0 | 10101 | 111111 | 1 | 100111 | 1100000 | 1000100 |
Color Harmonies of #FCC65E
Complementary color
Monochromatic Colors of #FCC65E
Black with #FCC65E
Text Example
Text Example
White with #FCC65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC65E; }
p { color: rgb(252,198,94); }
H1.HeaderClassName
{
color: #FCC65E;
}
.AnyTagClassName
{
color: #FCC65E;
}
</style>
background-color css
<style>
a { background-color: #FCC65E; }
a { background-color: rgb(252,198,94); }
div.DivClassName
{
background-color: #FCC65E;
}
.BgClassName
{
background-color: #FCC65E;
}
</style>
border-color css
<style>
span { border-color: #FCC65E; }
span { border-color: rgb(252,198,94); }
td.TdClassName
{
border-color: #FCC65E;
}
.TagClassName
{
border-color: #FCC65E;
}
</style>