Shades of Golden Tainoi #FFC455
Tints of Golden Tainoi #FFC455
RGB
CMYK
RGB Variations
Color information
#FFC455 (or 0xFFC455) is known color: Golden Tainoi. HEX triplet: FF, C4 and 55. RGB value is (255,196,85). Sum of RGB (Red+Green+Blue) = 255+196+85=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 196 (76.95% from 255 or 36.57% from 536); Blue value is 85 (33.59% from 255 or 15.86% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC455 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC455 is #003BAA. Grayscale: #C9C9C9. Windows color (decimal): -15275 or 5620991. OLE color: 5620991.
HSL color Cylindrical-coordinate representation of color #FFC455: hue angle of 39.18º 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 #FFC455 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 85 | - |
| CMYK | 0 | 0.23 | 0.67 | 0 |
| HSL | 39.18º | 1% | 0.67% | - |
| HSV(B) | 39.18º | 0.67% | 1% | - |
| XYZ | 62.62 | 61.4 | 17.14 | - |
| YUV | 200.99 | 62.55 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 85 | 0 | 0.23 | 0.67 | 0 | 39.18 | 1 | 0.67 |
| Hex | FF | C4 | 55 | 0 | 17 | 43 | 0 | 27 | 64 | 43 |
| Octal | 377 | 304 | 125 | 0 | 27 | 103 | 0 | 47 | 144 | 103 |
| Binary | 11111111 | 11000100 | 1010101 | 0 | 10111 | 1000011 | 0 | 100111 | 1100100 | 1000011 |
Color Harmonies of #FFC455
Complementary color
Monochromatic Colors of #FFC455
Black with #FFC455
Text Example
Text Example
White with #FFC455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC455; }
p { color: rgb(255,196,85); }
H1.HeaderClassName
{
color: #FFC455;
}
.AnyTagClassName
{
color: #FFC455;
}
</style>
background-color css
<style>
a { background-color: #FFC455; }
a { background-color: rgb(255,196,85); }
div.DivClassName
{
background-color: #FFC455;
}
.BgClassName
{
background-color: #FFC455;
}
</style>
border-color css
<style>
span { border-color: #FFC455; }
span { border-color: rgb(255,196,85); }
td.TdClassName
{
border-color: #FFC455;
}
.TagClassName
{
border-color: #FFC455;
}
</style>