Shades of Golden Tainoi #FCC460
Tints of Golden Tainoi #FCC460
RGB
CMYK
RGB Variations
Color information
#FCC460 (or 0xFCC460) is known color: Golden Tainoi. HEX triplet: FC, C4 and 60. RGB value is (252,196,96). Sum of RGB (Red+Green+Blue) = 252+196+96=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 96 (37.89% from 255 or 17.65% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC460 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC460 is #033B9F. Grayscale: #C9C9C9. Windows color (decimal): -211872 or 6341884. OLE color: 6341884.
HSL color Cylindrical-coordinate representation of color #FCC460: hue angle of 38.46º 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 #FCC460 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 96 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.01 |
| HSL | 38.46º | 0.96% | 0.68% | - |
| HSV(B) | 38.46º | 0.62% | 0.99% | - |
| XYZ | 62 | 61.02 | 19.58 | - |
| YUV | 201.34 | 68.55 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 96 | 0 | 0.22 | 0.62 | 0.01 | 38.46 | 0.96 | 0.68 |
| Hex | FC | C4 | 60 | 0 | 16 | 3E | 1 | 26 | 60 | 44 |
| Octal | 374 | 304 | 140 | 0 | 26 | 76 | 1 | 46 | 140 | 104 |
| Binary | 11111100 | 11000100 | 1100000 | 0 | 10110 | 111110 | 1 | 100110 | 1100000 | 1000100 |
Color Harmonies of #FCC460
Complementary color
Monochromatic Colors of #FCC460
Black with #FCC460
Text Example
Text Example
White with #FCC460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC460; }
p { color: rgb(252,196,96); }
H1.HeaderClassName
{
color: #FCC460;
}
.AnyTagClassName
{
color: #FCC460;
}
</style>
background-color css
<style>
a { background-color: #FCC460; }
a { background-color: rgb(252,196,96); }
div.DivClassName
{
background-color: #FCC460;
}
.BgClassName
{
background-color: #FCC460;
}
</style>
border-color css
<style>
span { border-color: #FCC460; }
span { border-color: rgb(252,196,96); }
td.TdClassName
{
border-color: #FCC460;
}
.TagClassName
{
border-color: #FCC460;
}
</style>