Shades of Golden Tainoi #FFC355
Tints of Golden Tainoi #FFC355
RGB
CMYK
RGB Variations
Color information
#FFC355 (or 0xFFC355) is known color: Golden Tainoi. HEX triplet: FF, C3 and 55. RGB value is (255,195,85). Sum of RGB (Red+Green+Blue) = 255+195+85=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 85 (33.59% from 255 or 15.89% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC355 is #003CAA. Grayscale: #C8C8C8. Windows color (decimal): -15531 or 5620735. OLE color: 5620735.
HSL color Cylindrical-coordinate representation of color #FFC355: hue angle of 38.82º 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 #FFC355 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 85 | - |
| CMYK | 0 | 0.24 | 0.67 | 0 |
| HSL | 38.82º | 1% | 0.67% | - |
| HSV(B) | 38.82º | 0.67% | 1% | - |
| XYZ | 62.39 | 60.95 | 17.07 | - |
| YUV | 200.4 | 62.88 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 85 | 0 | 0.24 | 0.67 | 0 | 38.82 | 1 | 0.67 |
| Hex | FF | C3 | 55 | 0 | 18 | 43 | 0 | 27 | 64 | 43 |
| Octal | 377 | 303 | 125 | 0 | 30 | 103 | 0 | 47 | 144 | 103 |
| Binary | 11111111 | 11000011 | 1010101 | 0 | 11000 | 1000011 | 0 | 100111 | 1100100 | 1000011 |
Color Harmonies of #FFC355
Complementary color
Monochromatic Colors of #FFC355
Black with #FFC355
Text Example
Text Example
White with #FFC355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC355; }
p { color: rgb(255,195,85); }
H1.HeaderClassName
{
color: #FFC355;
}
.AnyTagClassName
{
color: #FFC355;
}
</style>
background-color css
<style>
a { background-color: #FFC355; }
a { background-color: rgb(255,195,85); }
div.DivClassName
{
background-color: #FFC355;
}
.BgClassName
{
background-color: #FFC355;
}
</style>
border-color css
<style>
span { border-color: #FFC355; }
span { border-color: rgb(255,195,85); }
td.TdClassName
{
border-color: #FFC355;
}
.TagClassName
{
border-color: #FFC355;
}
</style>