Shades of Golden Tainoi #FFC858
Tints of Golden Tainoi #FFC858
RGB
CMYK
RGB Variations
Color information
#FFC858 (or 0xFFC858) is known color: Golden Tainoi. HEX triplet: FF, C8 and 58. RGB value is (255,200,88). Sum of RGB (Red+Green+Blue) = 255+200+88=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 88 (34.77% from 255 or 16.21% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC858 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC858 is #0037A7. Grayscale: #CCCCCC. Windows color (decimal): -14248 or 5818623. OLE color: 5818623.
HSL color Cylindrical-coordinate representation of color #FFC858: hue angle of 40.24º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFC858 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 88 | - |
| CMYK | 0 | 0.22 | 0.65 | 0 |
| HSL | 40.24º | 1% | 0.67% | - |
| HSV(B) | 40.24º | 0.65% | 1% | - |
| XYZ | 63.66 | 63.27 | 18.09 | - |
| YUV | 203.68 | 62.72 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 88 | 0 | 0.22 | 0.65 | 0 | 40.24 | 1 | 0.67 |
| Hex | FF | C8 | 58 | 0 | 16 | 41 | 0 | 28 | 64 | 43 |
| Octal | 377 | 310 | 130 | 0 | 26 | 101 | 0 | 50 | 144 | 103 |
| Binary | 11111111 | 11001000 | 1011000 | 0 | 10110 | 1000001 | 0 | 101000 | 1100100 | 1000011 |
Color Harmonies of #FFC858
Complementary color
Monochromatic Colors of #FFC858
Black with #FFC858
Text Example
Text Example
White with #FFC858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC858; }
p { color: rgb(255,200,88); }
H1.HeaderClassName
{
color: #FFC858;
}
.AnyTagClassName
{
color: #FFC858;
}
</style>
background-color css
<style>
a { background-color: #FFC858; }
a { background-color: rgb(255,200,88); }
div.DivClassName
{
background-color: #FFC858;
}
.BgClassName
{
background-color: #FFC858;
}
</style>
border-color css
<style>
span { border-color: #FFC858; }
span { border-color: rgb(255,200,88); }
td.TdClassName
{
border-color: #FFC858;
}
.TagClassName
{
border-color: #FFC858;
}
</style>