Shades of Golden Tainoi #FFC063
Tints of Golden Tainoi #FFC063
RGB
CMYK
RGB Variations
Color information
#FFC063 (or 0xFFC063) is known color: Golden Tainoi. HEX triplet: FF, C0 and 63. RGB value is (255,192,99). Sum of RGB (Red+Green+Blue) = 255+192+99=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 99 (39.06% from 255 or 18.13% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC063 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC063 is #003F9C. Grayscale: #C8C8C8. Windows color (decimal): -16285 or 6537471. OLE color: 6537471.
HSL color Cylindrical-coordinate representation of color #FFC063: hue angle of 35.77º 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 #FFC063 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 99 | - |
| CMYK | 0 | 0.25 | 0.61 | 0 |
| HSL | 35.77º | 1% | 0.69% | - |
| HSV(B) | 35.77º | 0.61% | 1% | - |
| XYZ | 62.34 | 59.86 | 20.07 | - |
| YUV | 200.24 | 70.87 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 99 | 0 | 0.25 | 0.61 | 0 | 35.77 | 1 | 0.69 |
| Hex | FF | C0 | 63 | 0 | 19 | 3D | 0 | 24 | 64 | 45 |
| Octal | 377 | 300 | 143 | 0 | 31 | 75 | 0 | 44 | 144 | 105 |
| Binary | 11111111 | 11000000 | 1100011 | 0 | 11001 | 111101 | 0 | 100100 | 1100100 | 1000101 |
Color Harmonies of #FFC063
Complementary color
Monochromatic Colors of #FFC063
Black with #FFC063
Text Example
Text Example
White with #FFC063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC063; }
p { color: rgb(255,192,99); }
H1.HeaderClassName
{
color: #FFC063;
}
.AnyTagClassName
{
color: #FFC063;
}
</style>
background-color css
<style>
a { background-color: #FFC063; }
a { background-color: rgb(255,192,99); }
div.DivClassName
{
background-color: #FFC063;
}
.BgClassName
{
background-color: #FFC063;
}
</style>
border-color css
<style>
span { border-color: #FFC063; }
span { border-color: rgb(255,192,99); }
td.TdClassName
{
border-color: #FFC063;
}
.TagClassName
{
border-color: #FFC063;
}
</style>