Shades of Golden Tainoi #FFC060
Tints of Golden Tainoi #FFC060
RGB
CMYK
RGB Variations
Color information
#FFC060 (or 0xFFC060) is known color: Golden Tainoi. HEX triplet: FF, C0 and 60. RGB value is (255,192,96). Sum of RGB (Red+Green+Blue) = 255+192+96=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 96 (37.89% from 255 or 17.68% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC060 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC060 is #003F9F. Grayscale: #C8C8C8. Windows color (decimal): -16288 or 6340863. OLE color: 6340863.
HSL color Cylindrical-coordinate representation of color #FFC060: hue angle of 36.23º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFC060 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 96 | - |
| CMYK | 0 | 0.25 | 0.62 | 0 |
| HSL | 36.23º | 1% | 0.69% | - |
| HSV(B) | 36.23º | 0.62% | 1% | - |
| XYZ | 62.2 | 59.8 | 19.33 | - |
| YUV | 199.89 | 69.37 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 96 | 0 | 0.25 | 0.62 | 0 | 36.23 | 1 | 0.69 |
| Hex | FF | C0 | 60 | 0 | 19 | 3E | 0 | 24 | 64 | 45 |
| Octal | 377 | 300 | 140 | 0 | 31 | 76 | 0 | 44 | 144 | 105 |
| Binary | 11111111 | 11000000 | 1100000 | 0 | 11001 | 111110 | 0 | 100100 | 1100100 | 1000101 |
Color Harmonies of #FFC060
Complementary color
Monochromatic Colors of #FFC060
Black with #FFC060
Text Example
Text Example
White with #FFC060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC060; }
p { color: rgb(255,192,96); }
H1.HeaderClassName
{
color: #FFC060;
}
.AnyTagClassName
{
color: #FFC060;
}
</style>
background-color css
<style>
a { background-color: #FFC060; }
a { background-color: rgb(255,192,96); }
div.DivClassName
{
background-color: #FFC060;
}
.BgClassName
{
background-color: #FFC060;
}
</style>
border-color css
<style>
span { border-color: #FFC060; }
span { border-color: rgb(255,192,96); }
td.TdClassName
{
border-color: #FFC060;
}
.TagClassName
{
border-color: #FFC060;
}
</style>