Shades of Golden Tainoi #FFC260
Tints of Golden Tainoi #FFC260
RGB
CMYK
RGB Variations
Color information
#FFC260 (or 0xFFC260) is known color: Golden Tainoi. HEX triplet: FF, C2 and 60. RGB value is (255,194,96). Sum of RGB (Red+Green+Blue) = 255+194+96=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 96 (37.89% from 255 or 17.61% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC260 is #003D9F. Grayscale: #C9C9C9. Windows color (decimal): -15776 or 6341375. OLE color: 6341375.
HSL color Cylindrical-coordinate representation of color #FFC260: hue angle of 36.98º 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 #FFC260 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 96 | - |
| CMYK | 0 | 0.24 | 0.62 | 0 |
| HSL | 36.98º | 1% | 0.69% | - |
| HSV(B) | 36.98º | 0.62% | 1% | - |
| XYZ | 62.64 | 60.69 | 19.48 | - |
| YUV | 201.07 | 68.71 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 96 | 0 | 0.24 | 0.62 | 0 | 36.98 | 1 | 0.69 |
| Hex | FF | C2 | 60 | 0 | 18 | 3E | 0 | 25 | 64 | 45 |
| Octal | 377 | 302 | 140 | 0 | 30 | 76 | 0 | 45 | 144 | 105 |
| Binary | 11111111 | 11000010 | 1100000 | 0 | 11000 | 111110 | 0 | 100101 | 1100100 | 1000101 |
Color Harmonies of #FFC260
Complementary color
Monochromatic Colors of #FFC260
Black with #FFC260
Text Example
Text Example
White with #FFC260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC260; }
p { color: rgb(255,194,96); }
H1.HeaderClassName
{
color: #FFC260;
}
.AnyTagClassName
{
color: #FFC260;
}
</style>
background-color css
<style>
a { background-color: #FFC260; }
a { background-color: rgb(255,194,96); }
div.DivClassName
{
background-color: #FFC260;
}
.BgClassName
{
background-color: #FFC260;
}
</style>
border-color css
<style>
span { border-color: #FFC260; }
span { border-color: rgb(255,194,96); }
td.TdClassName
{
border-color: #FFC260;
}
.TagClassName
{
border-color: #FFC260;
}
</style>