Shades of Golden Tainoi #FFC363
Tints of Golden Tainoi #FFC363
RGB
CMYK
RGB Variations
Color information
#FFC363 (or 0xFFC363) is known color: Golden Tainoi. HEX triplet: FF, C3 and 63. RGB value is (255,195,99). Sum of RGB (Red+Green+Blue) = 255+195+99=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 99 (39.06% from 255 or 18.03% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC363 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC363 is #003C9C. Grayscale: #CACACA. Windows color (decimal): -15517 or 6538239. OLE color: 6538239.
HSL color Cylindrical-coordinate representation of color #FFC363: hue angle of 36.92º 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 #FFC363 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 99 | - |
| CMYK | 0 | 0.24 | 0.61 | 0 |
| HSL | 36.92º | 1% | 0.69% | - |
| HSV(B) | 36.92º | 0.61% | 1% | - |
| XYZ | 63.01 | 61.19 | 20.29 | - |
| YUV | 202 | 69.88 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 99 | 0 | 0.24 | 0.61 | 0 | 36.92 | 1 | 0.69 |
| Hex | FF | C3 | 63 | 0 | 18 | 3D | 0 | 25 | 64 | 45 |
| Octal | 377 | 303 | 143 | 0 | 30 | 75 | 0 | 45 | 144 | 105 |
| Binary | 11111111 | 11000011 | 1100011 | 0 | 11000 | 111101 | 0 | 100101 | 1100100 | 1000101 |
Color Harmonies of #FFC363
Complementary color
Monochromatic Colors of #FFC363
Black with #FFC363
Text Example
Text Example
White with #FFC363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC363; }
p { color: rgb(255,195,99); }
H1.HeaderClassName
{
color: #FFC363;
}
.AnyTagClassName
{
color: #FFC363;
}
</style>
background-color css
<style>
a { background-color: #FFC363; }
a { background-color: rgb(255,195,99); }
div.DivClassName
{
background-color: #FFC363;
}
.BgClassName
{
background-color: #FFC363;
}
</style>
border-color css
<style>
span { border-color: #FFC363; }
span { border-color: rgb(255,195,99); }
td.TdClassName
{
border-color: #FFC363;
}
.TagClassName
{
border-color: #FFC363;
}
</style>