Shades of Golden Tainoi #FCC761
Tints of Golden Tainoi #FCC761
RGB
CMYK
RGB Variations
Color information
#FCC761 (or 0xFCC761) is known color: Golden Tainoi. HEX triplet: FC, C7 and 61. RGB value is (252,199,97). Sum of RGB (Red+Green+Blue) = 252+199+97=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 199 (78.12% from 255 or 36.31% from 548); Blue value is 97 (38.28% from 255 or 17.70% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC761 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC761 is #03389E. Grayscale: #CBCBCB. Windows color (decimal): -211103 or 6408188. OLE color: 6408188.
HSL color Cylindrical-coordinate representation of color #FCC761: hue angle of 39.48º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FCC761 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 97 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.01 |
| HSL | 39.48º | 0.96% | 0.68% | - |
| HSV(B) | 39.48º | 0.62% | 0.99% | - |
| XYZ | 62.73 | 62.41 | 20.05 | - |
| YUV | 203.22 | 68.06 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 97 | 0 | 0.21 | 0.62 | 0.01 | 39.48 | 0.96 | 0.68 |
| Hex | FC | C7 | 61 | 0 | 15 | 3E | 1 | 27 | 60 | 44 |
| Octal | 374 | 307 | 141 | 0 | 25 | 76 | 1 | 47 | 140 | 104 |
| Binary | 11111100 | 11000111 | 1100001 | 0 | 10101 | 111110 | 1 | 100111 | 1100000 | 1000100 |
Color Harmonies of #FCC761
Complementary color
Monochromatic Colors of #FCC761
Black with #FCC761
Text Example
Text Example
White with #FCC761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC761; }
p { color: rgb(252,199,97); }
H1.HeaderClassName
{
color: #FCC761;
}
.AnyTagClassName
{
color: #FCC761;
}
</style>
background-color css
<style>
a { background-color: #FCC761; }
a { background-color: rgb(252,199,97); }
div.DivClassName
{
background-color: #FCC761;
}
.BgClassName
{
background-color: #FCC761;
}
</style>
border-color css
<style>
span { border-color: #FCC761; }
span { border-color: rgb(252,199,97); }
td.TdClassName
{
border-color: #FCC761;
}
.TagClassName
{
border-color: #FCC761;
}
</style>