Shades of Golden Tainoi #FFC147
Tints of Golden Tainoi #FFC147
RGB
CMYK
RGB Variations
Color information
#FFC147 (or 0xFFC147) is known color: Golden Tainoi. HEX triplet: FF, C1 and 47. RGB value is (255,193,71). Sum of RGB (Red+Green+Blue) = 255+193+71=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 71 (28.12% from 255 or 13.68% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC147 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC147 is #003EB8. Grayscale: #C6C6C6. Windows color (decimal): -16057 or 4702719. OLE color: 4702719.
HSL color Cylindrical-coordinate representation of color #FFC147: hue angle of 39.78º 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 #FFC147 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 71 | - |
| CMYK | 0 | 0.24 | 0.72 | 0 |
| HSL | 39.78º | 1% | 0.64% | - |
| HSV(B) | 39.78º | 0.72% | 1% | - |
| XYZ | 61.45 | 59.85 | 14.28 | - |
| YUV | 197.63 | 56.54 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 71 | 0 | 0.24 | 0.72 | 0 | 39.78 | 1 | 0.64 |
| Hex | FF | C1 | 47 | 0 | 18 | 48 | 0 | 28 | 64 | 40 |
| Octal | 377 | 301 | 107 | 0 | 30 | 110 | 0 | 50 | 144 | 100 |
| Binary | 11111111 | 11000001 | 1000111 | 0 | 11000 | 1001000 | 0 | 101000 | 1100100 | 1000000 |
Color Harmonies of #FFC147
Complementary color
Monochromatic Colors of #FFC147
Black with #FFC147
Text Example
Text Example
White with #FFC147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC147; }
p { color: rgb(255,193,71); }
H1.HeaderClassName
{
color: #FFC147;
}
.AnyTagClassName
{
color: #FFC147;
}
</style>
background-color css
<style>
a { background-color: #FFC147; }
a { background-color: rgb(255,193,71); }
div.DivClassName
{
background-color: #FFC147;
}
.BgClassName
{
background-color: #FFC147;
}
</style>
border-color css
<style>
span { border-color: #FFC147; }
span { border-color: rgb(255,193,71); }
td.TdClassName
{
border-color: #FFC147;
}
.TagClassName
{
border-color: #FFC147;
}
</style>