Shades of Golden Tainoi #FFC647
Tints of Golden Tainoi #FFC647
RGB
CMYK
RGB Variations
Color information
#FFC647 (or 0xFFC647) is known color: Golden Tainoi. HEX triplet: FF, C6 and 47. RGB value is (255,198,71). Sum of RGB (Red+Green+Blue) = 255+198+71=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 71 (28.12% from 255 or 13.55% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC647 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC647 is #0039B8. Grayscale: #C9C9C9. Windows color (decimal): -14777 or 4703999. OLE color: 4703999.
HSL color Cylindrical-coordinate representation of color #FFC647: hue angle of 41.41º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFC647 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 71 | - |
| CMYK | 0 | 0.22 | 0.72 | 0 |
| HSL | 41.41º | 1% | 0.64% | - |
| HSV(B) | 41.41º | 0.72% | 1% | - |
| XYZ | 62.57 | 62.1 | 14.65 | - |
| YUV | 200.57 | 54.88 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 71 | 0 | 0.22 | 0.72 | 0 | 41.41 | 1 | 0.64 |
| Hex | FF | C6 | 47 | 0 | 16 | 48 | 0 | 29 | 64 | 40 |
| Octal | 377 | 306 | 107 | 0 | 26 | 110 | 0 | 51 | 144 | 100 |
| Binary | 11111111 | 11000110 | 1000111 | 0 | 10110 | 1001000 | 0 | 101001 | 1100100 | 1000000 |
Color Harmonies of #FFC647
Complementary color
Monochromatic Colors of #FFC647
Black with #FFC647
Text Example
Text Example
White with #FFC647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC647; }
p { color: rgb(255,198,71); }
H1.HeaderClassName
{
color: #FFC647;
}
.AnyTagClassName
{
color: #FFC647;
}
</style>
background-color css
<style>
a { background-color: #FFC647; }
a { background-color: rgb(255,198,71); }
div.DivClassName
{
background-color: #FFC647;
}
.BgClassName
{
background-color: #FFC647;
}
</style>
border-color css
<style>
span { border-color: #FFC647; }
span { border-color: rgb(255,198,71); }
td.TdClassName
{
border-color: #FFC647;
}
.TagClassName
{
border-color: #FFC647;
}
</style>