Shades of Golden Tainoi #FCC64D
Tints of Golden Tainoi #FCC64D
RGB
CMYK
RGB Variations
Color information
#FCC64D (or 0xFCC64D) is known color: Golden Tainoi. HEX triplet: FC, C6 and 4D. RGB value is (252,198,77). Sum of RGB (Red+Green+Blue) = 252+198+77=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 77 (30.47% from 255 or 14.61% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC64D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC64D is #0339B2. Grayscale: #C8C8C8. Windows color (decimal): -211379 or 5097212. OLE color: 5097212.
HSL color Cylindrical-coordinate representation of color #FCC64D: hue angle of 41.49º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FCC64D is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 77 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.01 |
| HSL | 41.49º | 0.97% | 0.65% | - |
| HSV(B) | 41.49º | 0.69% | 0.99% | - |
| XYZ | 61.68 | 61.62 | 15.66 | - |
| YUV | 200.35 | 58.39 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 77 | 0 | 0.21 | 0.69 | 0.01 | 41.49 | 0.97 | 0.65 |
| Hex | FC | C6 | 4D | 0 | 15 | 45 | 1 | 29 | 61 | 41 |
| Octal | 374 | 306 | 115 | 0 | 25 | 105 | 1 | 51 | 141 | 101 |
| Binary | 11111100 | 11000110 | 1001101 | 0 | 10101 | 1000101 | 1 | 101001 | 1100001 | 1000001 |
Color Harmonies of #FCC64D
Complementary color
Monochromatic Colors of #FCC64D
Black with #FCC64D
Text Example
Text Example
White with #FCC64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC64D; }
p { color: rgb(252,198,77); }
H1.HeaderClassName
{
color: #FCC64D;
}
.AnyTagClassName
{
color: #FCC64D;
}
</style>
background-color css
<style>
a { background-color: #FCC64D; }
a { background-color: rgb(252,198,77); }
div.DivClassName
{
background-color: #FCC64D;
}
.BgClassName
{
background-color: #FCC64D;
}
</style>
border-color css
<style>
span { border-color: #FCC64D; }
span { border-color: rgb(252,198,77); }
td.TdClassName
{
border-color: #FCC64D;
}
.TagClassName
{
border-color: #FCC64D;
}
</style>