Shades of Golden Tainoi #FFC058
Tints of Golden Tainoi #FFC058
RGB
CMYK
RGB Variations
Color information
#FFC058 (or 0xFFC058) is known color: Golden Tainoi. HEX triplet: FF, C0 and 58. RGB value is (255,192,88). Sum of RGB (Red+Green+Blue) = 255+192+88=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 88 (34.77% from 255 or 16.45% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC058 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC058 is #003FA7. Grayscale: #C7C7C7. Windows color (decimal): -16296 or 5816575. OLE color: 5816575.
HSL color Cylindrical-coordinate representation of color #FFC058: hue angle of 37.37º 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 #FFC058 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 88 | - |
| CMYK | 0 | 0.25 | 0.65 | 0 |
| HSL | 37.37º | 1% | 0.67% | - |
| HSV(B) | 37.37º | 0.65% | 1% | - |
| XYZ | 61.85 | 59.66 | 17.49 | - |
| YUV | 198.98 | 65.37 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 88 | 0 | 0.25 | 0.65 | 0 | 37.37 | 1 | 0.67 |
| Hex | FF | C0 | 58 | 0 | 19 | 41 | 0 | 25 | 64 | 43 |
| Octal | 377 | 300 | 130 | 0 | 31 | 101 | 0 | 45 | 144 | 103 |
| Binary | 11111111 | 11000000 | 1011000 | 0 | 11001 | 1000001 | 0 | 100101 | 1100100 | 1000011 |
Color Harmonies of #FFC058
Complementary color
Monochromatic Colors of #FFC058
Black with #FFC058
Text Example
Text Example
White with #FFC058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC058; }
p { color: rgb(255,192,88); }
H1.HeaderClassName
{
color: #FFC058;
}
.AnyTagClassName
{
color: #FFC058;
}
</style>
background-color css
<style>
a { background-color: #FFC058; }
a { background-color: rgb(255,192,88); }
div.DivClassName
{
background-color: #FFC058;
}
.BgClassName
{
background-color: #FFC058;
}
</style>
border-color css
<style>
span { border-color: #FFC058; }
span { border-color: rgb(255,192,88); }
td.TdClassName
{
border-color: #FFC058;
}
.TagClassName
{
border-color: #FFC058;
}
</style>