Shades of Golden Tainoi #FFC360
Tints of Golden Tainoi #FFC360
RGB
CMYK
RGB Variations
Color information
#FFC360 (or 0xFFC360) is known color: Golden Tainoi. HEX triplet: FF, C3 and 60. RGB value is (255,195,96). Sum of RGB (Red+Green+Blue) = 255+195+96=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 96 (37.89% from 255 or 17.58% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC360 is #003C9F. Grayscale: #CACACA. Windows color (decimal): -15520 or 6341631. OLE color: 6341631.
HSL color Cylindrical-coordinate representation of color #FFC360: hue angle of 37.36º 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 #FFC360 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 96 | - |
| CMYK | 0 | 0.24 | 0.62 | 0 |
| HSL | 37.36º | 1% | 0.69% | - |
| HSV(B) | 37.36º | 0.62% | 1% | - |
| XYZ | 62.87 | 61.13 | 19.55 | - |
| YUV | 201.65 | 68.38 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 96 | 0 | 0.24 | 0.62 | 0 | 37.36 | 1 | 0.69 |
| Hex | FF | C3 | 60 | 0 | 18 | 3E | 0 | 25 | 64 | 45 |
| Octal | 377 | 303 | 140 | 0 | 30 | 76 | 0 | 45 | 144 | 105 |
| Binary | 11111111 | 11000011 | 1100000 | 0 | 11000 | 111110 | 0 | 100101 | 1100100 | 1000101 |
Color Harmonies of #FFC360
Complementary color
Monochromatic Colors of #FFC360
Black with #FFC360
Text Example
Text Example
White with #FFC360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC360; }
p { color: rgb(255,195,96); }
H1.HeaderClassName
{
color: #FFC360;
}
.AnyTagClassName
{
color: #FFC360;
}
</style>
background-color css
<style>
a { background-color: #FFC360; }
a { background-color: rgb(255,195,96); }
div.DivClassName
{
background-color: #FFC360;
}
.BgClassName
{
background-color: #FFC360;
}
</style>
border-color css
<style>
span { border-color: #FFC360; }
span { border-color: rgb(255,195,96); }
td.TdClassName
{
border-color: #FFC360;
}
.TagClassName
{
border-color: #FFC360;
}
</style>