Shades of Golden Tainoi #FFC055
Tints of Golden Tainoi #FFC055
RGB
CMYK
RGB Variations
Color information
#FFC055 (or 0xFFC055) is known color: Golden Tainoi. HEX triplet: FF, C0 and 55. RGB value is (255,192,85). Sum of RGB (Red+Green+Blue) = 255+192+85=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 85 (33.59% from 255 or 15.98% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC055 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC055 is #003FAA. Grayscale: #C7C7C7. Windows color (decimal): -16299 or 5619967. OLE color: 5619967.
HSL color Cylindrical-coordinate representation of color #FFC055: hue angle of 37.76º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFC055 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 85 | - |
| CMYK | 0 | 0.25 | 0.67 | 0 |
| HSL | 37.76º | 1% | 0.67% | - |
| HSV(B) | 37.76º | 0.67% | 1% | - |
| XYZ | 61.73 | 59.62 | 16.85 | - |
| YUV | 198.64 | 63.87 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 85 | 0 | 0.25 | 0.67 | 0 | 37.76 | 1 | 0.67 |
| Hex | FF | C0 | 55 | 0 | 19 | 43 | 0 | 26 | 64 | 43 |
| Octal | 377 | 300 | 125 | 0 | 31 | 103 | 0 | 46 | 144 | 103 |
| Binary | 11111111 | 11000000 | 1010101 | 0 | 11001 | 1000011 | 0 | 100110 | 1100100 | 1000011 |
Color Harmonies of #FFC055
Complementary color
Monochromatic Colors of #FFC055
Black with #FFC055
Text Example
Text Example
White with #FFC055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC055; }
p { color: rgb(255,192,85); }
H1.HeaderClassName
{
color: #FFC055;
}
.AnyTagClassName
{
color: #FFC055;
}
</style>
background-color css
<style>
a { background-color: #FFC055; }
a { background-color: rgb(255,192,85); }
div.DivClassName
{
background-color: #FFC055;
}
.BgClassName
{
background-color: #FFC055;
}
</style>
border-color css
<style>
span { border-color: #FFC055; }
span { border-color: rgb(255,192,85); }
td.TdClassName
{
border-color: #FFC055;
}
.TagClassName
{
border-color: #FFC055;
}
</style>