Shades of Golden Tainoi #FFC163
Tints of Golden Tainoi #FFC163
RGB
CMYK
RGB Variations
Color information
#FFC163 (or 0xFFC163) is known color: Golden Tainoi. HEX triplet: FF, C1 and 63. RGB value is (255,193,99). Sum of RGB (Red+Green+Blue) = 255+193+99=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 99 (39.06% from 255 or 18.10% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC163 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC163 is #003E9C. Grayscale: #C9C9C9. Windows color (decimal): -16029 or 6537727. OLE color: 6537727.
HSL color Cylindrical-coordinate representation of color #FFC163: hue angle of 36.15º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFC163 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 99 | - |
| CMYK | 0 | 0.24 | 0.61 | 0 |
| HSL | 36.15º | 1% | 0.69% | - |
| HSV(B) | 36.15º | 0.61% | 1% | - |
| XYZ | 62.56 | 60.3 | 20.15 | - |
| YUV | 200.82 | 70.54 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 99 | 0 | 0.24 | 0.61 | 0 | 36.15 | 1 | 0.69 |
| Hex | FF | C1 | 63 | 0 | 18 | 3D | 0 | 24 | 64 | 45 |
| Octal | 377 | 301 | 143 | 0 | 30 | 75 | 0 | 44 | 144 | 105 |
| Binary | 11111111 | 11000001 | 1100011 | 0 | 11000 | 111101 | 0 | 100100 | 1100100 | 1000101 |
Color Harmonies of #FFC163
Complementary color
Monochromatic Colors of #FFC163
Black with #FFC163
Text Example
Text Example
White with #FFC163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC163; }
p { color: rgb(255,193,99); }
H1.HeaderClassName
{
color: #FFC163;
}
.AnyTagClassName
{
color: #FFC163;
}
</style>
background-color css
<style>
a { background-color: #FFC163; }
a { background-color: rgb(255,193,99); }
div.DivClassName
{
background-color: #FFC163;
}
.BgClassName
{
background-color: #FFC163;
}
</style>
border-color css
<style>
span { border-color: #FFC163; }
span { border-color: rgb(255,193,99); }
td.TdClassName
{
border-color: #FFC163;
}
.TagClassName
{
border-color: #FFC163;
}
</style>