Shades of Golden Tainoi #FFC755
Tints of Golden Tainoi #FFC755
RGB
CMYK
RGB Variations
Color information
#FFC755 (or 0xFFC755) is known color: Golden Tainoi. HEX triplet: FF, C7 and 55. RGB value is (255,199,85). Sum of RGB (Red+Green+Blue) = 255+199+85=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 85 (33.59% from 255 or 15.77% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC755 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC755 is #0038AA. Grayscale: #CBCBCB. Windows color (decimal): -14507 or 5621759. OLE color: 5621759.
HSL color Cylindrical-coordinate representation of color #FFC755: hue angle of 40.24º 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 #FFC755 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 85 | - |
| CMYK | 0 | 0.22 | 0.67 | 0 |
| HSL | 40.24º | 1% | 0.67% | - |
| HSV(B) | 40.24º | 0.67% | 1% | - |
| XYZ | 63.3 | 62.76 | 17.37 | - |
| YUV | 202.75 | 61.55 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 85 | 0 | 0.22 | 0.67 | 0 | 40.24 | 1 | 0.67 |
| Hex | FF | C7 | 55 | 0 | 16 | 43 | 0 | 28 | 64 | 43 |
| Octal | 377 | 307 | 125 | 0 | 26 | 103 | 0 | 50 | 144 | 103 |
| Binary | 11111111 | 11000111 | 1010101 | 0 | 10110 | 1000011 | 0 | 101000 | 1100100 | 1000011 |
Color Harmonies of #FFC755
Complementary color
Monochromatic Colors of #FFC755
Black with #FFC755
Text Example
Text Example
White with #FFC755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC755; }
p { color: rgb(255,199,85); }
H1.HeaderClassName
{
color: #FFC755;
}
.AnyTagClassName
{
color: #FFC755;
}
</style>
background-color css
<style>
a { background-color: #FFC755; }
a { background-color: rgb(255,199,85); }
div.DivClassName
{
background-color: #FFC755;
}
.BgClassName
{
background-color: #FFC755;
}
</style>
border-color css
<style>
span { border-color: #FFC755; }
span { border-color: rgb(255,199,85); }
td.TdClassName
{
border-color: #FFC755;
}
.TagClassName
{
border-color: #FFC755;
}
</style>