Shades of Golden Tainoi #FFC065
Tints of Golden Tainoi #FFC065
RGB
CMYK
RGB Variations
Color information
#FFC065 (or 0xFFC065) is known color: Golden Tainoi. HEX triplet: FF, C0 and 65. RGB value is (255,192,101). Sum of RGB (Red+Green+Blue) = 255+192+101=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 101 (39.84% from 255 or 18.43% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC065 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC065 is #003F9A. Grayscale: #C8C8C8. Windows color (decimal): -16283 or 6668543. OLE color: 6668543.
HSL color Cylindrical-coordinate representation of color #FFC065: hue angle of 35.45º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFC065 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 101 | - |
| CMYK | 0 | 0.25 | 0.60 | 0 |
| HSL | 35.45º | 1% | 0.7% | - |
| HSV(B) | 35.45º | 0.6% | 1% | - |
| XYZ | 62.44 | 59.9 | 20.58 | - |
| YUV | 200.46 | 71.87 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 101 | 0 | 0.25 | 0.60 | 0 | 35.45 | 1 | 0.7 |
| Hex | FF | C0 | 65 | 0 | 19 | 3C | 0 | 23 | 64 | 46 |
| Octal | 377 | 300 | 145 | 0 | 31 | 74 | 0 | 43 | 144 | 106 |
| Binary | 11111111 | 11000000 | 1100101 | 0 | 11001 | 111100 | 0 | 100011 | 1100100 | 1000110 |
Color Harmonies of #FFC065
Complementary color
Monochromatic Colors of #FFC065
Black with #FFC065
Text Example
Text Example
White with #FFC065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC065; }
p { color: rgb(255,192,101); }
H1.HeaderClassName
{
color: #FFC065;
}
.AnyTagClassName
{
color: #FFC065;
}
</style>
background-color css
<style>
a { background-color: #FFC065; }
a { background-color: rgb(255,192,101); }
div.DivClassName
{
background-color: #FFC065;
}
.BgClassName
{
background-color: #FFC065;
}
</style>
border-color css
<style>
span { border-color: #FFC065; }
span { border-color: rgb(255,192,101); }
td.TdClassName
{
border-color: #FFC065;
}
.TagClassName
{
border-color: #FFC065;
}
</style>