Shades of Golden Tainoi #FFC447
Tints of Golden Tainoi #FFC447
RGB
CMYK
RGB Variations
Color information
#FFC447 (or 0xFFC447) is known color: Golden Tainoi. HEX triplet: FF, C4 and 47. RGB value is (255,196,71). Sum of RGB (Red+Green+Blue) = 255+196+71=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 71 (28.12% from 255 or 13.60% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC447 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC447 is #003BB8. Grayscale: #C7C7C7. Windows color (decimal): -15289 or 4703487. OLE color: 4703487.
HSL color Cylindrical-coordinate representation of color #FFC447: hue angle of 40.76º 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 #FFC447 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 71 | - |
| CMYK | 0 | 0.23 | 0.72 | 0 |
| HSL | 40.76º | 1% | 0.64% | - |
| HSV(B) | 40.76º | 0.72% | 1% | - |
| XYZ | 62.12 | 61.19 | 14.5 | - |
| YUV | 199.39 | 55.55 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 71 | 0 | 0.23 | 0.72 | 0 | 40.76 | 1 | 0.64 |
| Hex | FF | C4 | 47 | 0 | 17 | 48 | 0 | 29 | 64 | 40 |
| Octal | 377 | 304 | 107 | 0 | 27 | 110 | 0 | 51 | 144 | 100 |
| Binary | 11111111 | 11000100 | 1000111 | 0 | 10111 | 1001000 | 0 | 101001 | 1100100 | 1000000 |
Color Harmonies of #FFC447
Complementary color
Monochromatic Colors of #FFC447
Black with #FFC447
Text Example
Text Example
White with #FFC447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC447; }
p { color: rgb(255,196,71); }
H1.HeaderClassName
{
color: #FFC447;
}
.AnyTagClassName
{
color: #FFC447;
}
</style>
background-color css
<style>
a { background-color: #FFC447; }
a { background-color: rgb(255,196,71); }
div.DivClassName
{
background-color: #FFC447;
}
.BgClassName
{
background-color: #FFC447;
}
</style>
border-color css
<style>
span { border-color: #FFC447; }
span { border-color: rgb(255,196,71); }
td.TdClassName
{
border-color: #FFC447;
}
.TagClassName
{
border-color: #FFC447;
}
</style>