Shades of Golden Tainoi #FFC158
Tints of Golden Tainoi #FFC158
RGB
CMYK
RGB Variations
Color information
#FFC158 (or 0xFFC158) is known color: Golden Tainoi. HEX triplet: FF, C1 and 58. RGB value is (255,193,88). Sum of RGB (Red+Green+Blue) = 255+193+88=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 88 (34.77% from 255 or 16.42% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC158 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC158 is #003EA7. Grayscale: #C8C8C8. Windows color (decimal): -16040 or 5816831. OLE color: 5816831.
HSL color Cylindrical-coordinate representation of color #FFC158: hue angle of 37.72º 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 #FFC158 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 88 | - |
| CMYK | 0 | 0.24 | 0.65 | 0 |
| HSL | 37.72º | 1% | 0.67% | - |
| HSV(B) | 37.72º | 0.65% | 1% | - |
| XYZ | 62.07 | 60.1 | 17.56 | - |
| YUV | 199.57 | 65.04 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 88 | 0 | 0.24 | 0.65 | 0 | 37.72 | 1 | 0.67 |
| Hex | FF | C1 | 58 | 0 | 18 | 41 | 0 | 26 | 64 | 43 |
| Octal | 377 | 301 | 130 | 0 | 30 | 101 | 0 | 46 | 144 | 103 |
| Binary | 11111111 | 11000001 | 1011000 | 0 | 11000 | 1000001 | 0 | 100110 | 1100100 | 1000011 |
Color Harmonies of #FFC158
Complementary color
Monochromatic Colors of #FFC158
Black with #FFC158
Text Example
Text Example
White with #FFC158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC158; }
p { color: rgb(255,193,88); }
H1.HeaderClassName
{
color: #FFC158;
}
.AnyTagClassName
{
color: #FFC158;
}
</style>
background-color css
<style>
a { background-color: #FFC158; }
a { background-color: rgb(255,193,88); }
div.DivClassName
{
background-color: #FFC158;
}
.BgClassName
{
background-color: #FFC158;
}
</style>
border-color css
<style>
span { border-color: #FFC158; }
span { border-color: rgb(255,193,88); }
td.TdClassName
{
border-color: #FFC158;
}
.TagClassName
{
border-color: #FFC158;
}
</style>