Shades of Golden Tainoi #FFC760
Tints of Golden Tainoi #FFC760
RGB
CMYK
RGB Variations
Color information
#FFC760 (or 0xFFC760) is known color: Golden Tainoi. HEX triplet: FF, C7 and 60. RGB value is (255,199,96). Sum of RGB (Red+Green+Blue) = 255+199+96=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 199 (78.12% from 255 or 36.18% from 550); Blue value is 96 (37.89% from 255 or 17.45% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC760 is #00389F. Grayscale: #CCCCCC. Windows color (decimal): -14496 or 6342655. OLE color: 6342655.
HSL color Cylindrical-coordinate representation of color #FFC760: hue angle of 38.87º 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 #FFC760 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 96 | - |
| CMYK | 0 | 0.22 | 0.62 | 0 |
| HSL | 38.87º | 1% | 0.69% | - |
| HSV(B) | 38.87º | 0.62% | 1% | - |
| XYZ | 63.77 | 62.95 | 19.86 | - |
| YUV | 204 | 67.05 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 96 | 0 | 0.22 | 0.62 | 0 | 38.87 | 1 | 0.69 |
| Hex | FF | C7 | 60 | 0 | 16 | 3E | 0 | 27 | 64 | 45 |
| Octal | 377 | 307 | 140 | 0 | 26 | 76 | 0 | 47 | 144 | 105 |
| Binary | 11111111 | 11000111 | 1100000 | 0 | 10110 | 111110 | 0 | 100111 | 1100100 | 1000101 |
Color Harmonies of #FFC760
Complementary color
Monochromatic Colors of #FFC760
Black with #FFC760
Text Example
Text Example
White with #FFC760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC760; }
p { color: rgb(255,199,96); }
H1.HeaderClassName
{
color: #FFC760;
}
.AnyTagClassName
{
color: #FFC760;
}
</style>
background-color css
<style>
a { background-color: #FFC760; }
a { background-color: rgb(255,199,96); }
div.DivClassName
{
background-color: #FFC760;
}
.BgClassName
{
background-color: #FFC760;
}
</style>
border-color css
<style>
span { border-color: #FFC760; }
span { border-color: rgb(255,199,96); }
td.TdClassName
{
border-color: #FFC760;
}
.TagClassName
{
border-color: #FFC760;
}
</style>