Shades of Golden Tainoi #FCC063
Tints of Golden Tainoi #FCC063
RGB
CMYK
RGB Variations
Color information
#FCC063 (or 0xFCC063) is known color: Golden Tainoi. HEX triplet: FC, C0 and 63. RGB value is (252,192,99). Sum of RGB (Red+Green+Blue) = 252+192+99=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 99 (39.06% from 255 or 18.23% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC063 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC063 is #033F9C. Grayscale: #C7C7C7. Windows color (decimal): -212893 or 6537468. OLE color: 6537468.
HSL color Cylindrical-coordinate representation of color #FCC063: hue angle of 36.47º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FCC063 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 99 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.01 |
| HSL | 36.47º | 0.96% | 0.69% | - |
| HSV(B) | 36.47º | 0.61% | 0.99% | - |
| XYZ | 61.25 | 59.3 | 20.02 | - |
| YUV | 199.34 | 71.38 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 99 | 0 | 0.24 | 0.61 | 0.01 | 36.47 | 0.96 | 0.69 |
| Hex | FC | C0 | 63 | 0 | 18 | 3D | 1 | 24 | 60 | 45 |
| Octal | 374 | 300 | 143 | 0 | 30 | 75 | 1 | 44 | 140 | 105 |
| Binary | 11111100 | 11000000 | 1100011 | 0 | 11000 | 111101 | 1 | 100100 | 1100000 | 1000101 |
Color Harmonies of #FCC063
Complementary color
Monochromatic Colors of #FCC063
Black with #FCC063
Text Example
Text Example
White with #FCC063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC063; }
p { color: rgb(252,192,99); }
H1.HeaderClassName
{
color: #FCC063;
}
.AnyTagClassName
{
color: #FCC063;
}
</style>
background-color css
<style>
a { background-color: #FCC063; }
a { background-color: rgb(252,192,99); }
div.DivClassName
{
background-color: #FCC063;
}
.BgClassName
{
background-color: #FCC063;
}
</style>
border-color css
<style>
span { border-color: #FCC063; }
span { border-color: rgb(252,192,99); }
td.TdClassName
{
border-color: #FCC063;
}
.TagClassName
{
border-color: #FCC063;
}
</style>