Shades of Golden Tainoi #FFC547
Tints of Golden Tainoi #FFC547
RGB
CMYK
RGB Variations
Color information
#FFC547 (or 0xFFC547) is known color: Golden Tainoi. HEX triplet: FF, C5 and 47. RGB value is (255,197,71). Sum of RGB (Red+Green+Blue) = 255+197+71=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 71 (28.12% from 255 or 13.58% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC547 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC547 is #003AB8. Grayscale: #C8C8C8. Windows color (decimal): -15033 or 4703743. OLE color: 4703743.
HSL color Cylindrical-coordinate representation of color #FFC547: hue angle of 41.09º 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 #FFC547 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 71 | - |
| CMYK | 0 | 0.23 | 0.72 | 0 |
| HSL | 41.09º | 1% | 0.64% | - |
| HSV(B) | 41.09º | 0.72% | 1% | - |
| XYZ | 62.34 | 61.65 | 14.57 | - |
| YUV | 199.98 | 55.22 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 71 | 0 | 0.23 | 0.72 | 0 | 41.09 | 1 | 0.64 |
| Hex | FF | C5 | 47 | 0 | 17 | 48 | 0 | 29 | 64 | 40 |
| Octal | 377 | 305 | 107 | 0 | 27 | 110 | 0 | 51 | 144 | 100 |
| Binary | 11111111 | 11000101 | 1000111 | 0 | 10111 | 1001000 | 0 | 101001 | 1100100 | 1000000 |
Color Harmonies of #FFC547
Complementary color
Monochromatic Colors of #FFC547
Black with #FFC547
Text Example
Text Example
White with #FFC547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC547; }
p { color: rgb(255,197,71); }
H1.HeaderClassName
{
color: #FFC547;
}
.AnyTagClassName
{
color: #FFC547;
}
</style>
background-color css
<style>
a { background-color: #FFC547; }
a { background-color: rgb(255,197,71); }
div.DivClassName
{
background-color: #FFC547;
}
.BgClassName
{
background-color: #FFC547;
}
</style>
border-color css
<style>
span { border-color: #FFC547; }
span { border-color: rgb(255,197,71); }
td.TdClassName
{
border-color: #FFC547;
}
.TagClassName
{
border-color: #FFC547;
}
</style>