Shades of Golden Tainoi #FCC65D
Tints of Golden Tainoi #FCC65D
RGB
CMYK
RGB Variations
Color information
#FCC65D (or 0xFCC65D) is known color: Golden Tainoi. HEX triplet: FC, C6 and 5D. RGB value is (252,198,93). Sum of RGB (Red+Green+Blue) = 252+198+93=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 93 (36.72% from 255 or 17.13% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC65D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC65D is #0339A2. Grayscale: #CACACA. Windows color (decimal): -211363 or 6145788. OLE color: 6145788.
HSL color Cylindrical-coordinate representation of color #FCC65D: hue angle of 39.62º 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 #FCC65D is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 93 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.01 |
| HSL | 39.62º | 0.96% | 0.68% | - |
| HSV(B) | 39.62º | 0.63% | 0.99% | - |
| XYZ | 62.31 | 61.87 | 19.01 | - |
| YUV | 202.18 | 66.39 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 93 | 0 | 0.21 | 0.63 | 0.01 | 39.62 | 0.96 | 0.68 |
| Hex | FC | C6 | 5D | 0 | 15 | 3F | 1 | 28 | 60 | 44 |
| Octal | 374 | 306 | 135 | 0 | 25 | 77 | 1 | 50 | 140 | 104 |
| Binary | 11111100 | 11000110 | 1011101 | 0 | 10101 | 111111 | 1 | 101000 | 1100000 | 1000100 |
Color Harmonies of #FCC65D
Complementary color
Monochromatic Colors of #FCC65D
Black with #FCC65D
Text Example
Text Example
White with #FCC65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC65D; }
p { color: rgb(252,198,93); }
H1.HeaderClassName
{
color: #FCC65D;
}
.AnyTagClassName
{
color: #FCC65D;
}
</style>
background-color css
<style>
a { background-color: #FCC65D; }
a { background-color: rgb(252,198,93); }
div.DivClassName
{
background-color: #FCC65D;
}
.BgClassName
{
background-color: #FCC65D;
}
</style>
border-color css
<style>
span { border-color: #FCC65D; }
span { border-color: rgb(252,198,93); }
td.TdClassName
{
border-color: #FCC65D;
}
.TagClassName
{
border-color: #FCC65D;
}
</style>