Shades of Golden Tainoi #FFC558
Tints of Golden Tainoi #FFC558
RGB
CMYK
RGB Variations
Color information
#FFC558 (or 0xFFC558) is known color: Golden Tainoi. HEX triplet: FF, C5 and 58. RGB value is (255,197,88). Sum of RGB (Red+Green+Blue) = 255+197+88=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 197 (77.34% from 255 or 36.48% from 540); Blue value is 88 (34.77% from 255 or 16.30% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC558 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC558 is #003AA7. Grayscale: #CACACA. Windows color (decimal): -15016 or 5817855. OLE color: 5817855.
HSL color Cylindrical-coordinate representation of color #FFC558: hue angle of 39.16º 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 #FFC558 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 88 | - |
| CMYK | 0 | 0.23 | 0.65 | 0 |
| HSL | 39.16º | 1% | 0.67% | - |
| HSV(B) | 39.16º | 0.65% | 1% | - |
| XYZ | 62.97 | 61.9 | 17.86 | - |
| YUV | 201.92 | 63.72 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 88 | 0 | 0.23 | 0.65 | 0 | 39.16 | 1 | 0.67 |
| Hex | FF | C5 | 58 | 0 | 17 | 41 | 0 | 27 | 64 | 43 |
| Octal | 377 | 305 | 130 | 0 | 27 | 101 | 0 | 47 | 144 | 103 |
| Binary | 11111111 | 11000101 | 1011000 | 0 | 10111 | 1000001 | 0 | 100111 | 1100100 | 1000011 |
Color Harmonies of #FFC558
Complementary color
Monochromatic Colors of #FFC558
Black with #FFC558
Text Example
Text Example
White with #FFC558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC558; }
p { color: rgb(255,197,88); }
H1.HeaderClassName
{
color: #FFC558;
}
.AnyTagClassName
{
color: #FFC558;
}
</style>
background-color css
<style>
a { background-color: #FFC558; }
a { background-color: rgb(255,197,88); }
div.DivClassName
{
background-color: #FFC558;
}
.BgClassName
{
background-color: #FFC558;
}
</style>
border-color css
<style>
span { border-color: #FFC558; }
span { border-color: rgb(255,197,88); }
td.TdClassName
{
border-color: #FFC558;
}
.TagClassName
{
border-color: #FFC558;
}
</style>