Shades of Golden Tainoi #FFC562
Tints of Golden Tainoi #FFC562
RGB
CMYK
RGB Variations
Color information
#FFC562 (or 0xFFC562) is known color: Golden Tainoi. HEX triplet: FF, C5 and 62. RGB value is (255,197,98). Sum of RGB (Red+Green+Blue) = 255+197+98=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 98 (38.67% from 255 or 17.82% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC562 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC562 is #003A9D. Grayscale: #CBCBCB. Windows color (decimal): -15006 or 6473215. OLE color: 6473215.
HSL color Cylindrical-coordinate representation of color #FFC562: hue angle of 37.83º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFC562 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 98 | - |
| CMYK | 0 | 0.23 | 0.62 | 0 |
| HSL | 37.83º | 1% | 0.69% | - |
| HSV(B) | 37.83º | 0.62% | 1% | - |
| XYZ | 63.41 | 62.07 | 20.19 | - |
| YUV | 203.06 | 68.72 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 98 | 0 | 0.23 | 0.62 | 0 | 37.83 | 1 | 0.69 |
| Hex | FF | C5 | 62 | 0 | 17 | 3E | 0 | 26 | 64 | 45 |
| Octal | 377 | 305 | 142 | 0 | 27 | 76 | 0 | 46 | 144 | 105 |
| Binary | 11111111 | 11000101 | 1100010 | 0 | 10111 | 111110 | 0 | 100110 | 1100100 | 1000101 |
Color Harmonies of #FFC562
Complementary color
Monochromatic Colors of #FFC562
Black with #FFC562
Text Example
Text Example
White with #FFC562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC562; }
p { color: rgb(255,197,98); }
H1.HeaderClassName
{
color: #FFC562;
}
.AnyTagClassName
{
color: #FFC562;
}
</style>
background-color css
<style>
a { background-color: #FFC562; }
a { background-color: rgb(255,197,98); }
div.DivClassName
{
background-color: #FFC562;
}
.BgClassName
{
background-color: #FFC562;
}
</style>
border-color css
<style>
span { border-color: #FFC562; }
span { border-color: rgb(255,197,98); }
td.TdClassName
{
border-color: #FFC562;
}
.TagClassName
{
border-color: #FFC562;
}
</style>