Shades of Golden Tainoi #FFC955
Tints of Golden Tainoi #FFC955
RGB
CMYK
RGB Variations
Color information
#FFC955 (or 0xFFC955) is known color: Golden Tainoi. HEX triplet: FF, C9 and 55. RGB value is (255,201,85). Sum of RGB (Red+Green+Blue) = 255+201+85=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 85 (33.59% from 255 or 15.71% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC955 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC955 is #0036AA. Grayscale: #CCCCCC. Windows color (decimal): -13995 or 5622271. OLE color: 5622271.
HSL color Cylindrical-coordinate representation of color #FFC955: hue angle of 40.94º 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 #FFC955 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 85 | - |
| CMYK | 0 | 0.21 | 0.67 | 0 |
| HSL | 40.94º | 1% | 0.67% | - |
| HSV(B) | 40.94º | 0.67% | 1% | - |
| XYZ | 63.77 | 63.69 | 17.53 | - |
| YUV | 203.92 | 60.89 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 85 | 0 | 0.21 | 0.67 | 0 | 40.94 | 1 | 0.67 |
| Hex | FF | C9 | 55 | 0 | 15 | 43 | 0 | 29 | 64 | 43 |
| Octal | 377 | 311 | 125 | 0 | 25 | 103 | 0 | 51 | 144 | 103 |
| Binary | 11111111 | 11001001 | 1010101 | 0 | 10101 | 1000011 | 0 | 101001 | 1100100 | 1000011 |
Color Harmonies of #FFC955
Complementary color
Monochromatic Colors of #FFC955
Black with #FFC955
Text Example
Text Example
White with #FFC955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC955; }
p { color: rgb(255,201,85); }
H1.HeaderClassName
{
color: #FFC955;
}
.AnyTagClassName
{
color: #FFC955;
}
</style>
background-color css
<style>
a { background-color: #FFC955; }
a { background-color: rgb(255,201,85); }
div.DivClassName
{
background-color: #FFC955;
}
.BgClassName
{
background-color: #FFC955;
}
</style>
border-color css
<style>
span { border-color: #FFC955; }
span { border-color: rgb(255,201,85); }
td.TdClassName
{
border-color: #FFC955;
}
.TagClassName
{
border-color: #FFC955;
}
</style>