Shades of Golden Tainoi #FFC947
Tints of Golden Tainoi #FFC947
RGB
CMYK
RGB Variations
Color information
#FFC947 (or 0xFFC947) is known color: Golden Tainoi. HEX triplet: FF, C9 and 47. RGB value is (255,201,71). Sum of RGB (Red+Green+Blue) = 255+201+71=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 71 (28.12% from 255 or 13.47% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC947 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC947 is #0036B8. Grayscale: #CACACA. Windows color (decimal): -14009 or 4704767. OLE color: 4704767.
HSL color Cylindrical-coordinate representation of color #FFC947: hue angle of 42.39º 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 #FFC947 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 71 | - |
| CMYK | 0 | 0.21 | 0.72 | 0 |
| HSL | 42.39º | 1% | 0.64% | - |
| HSV(B) | 42.39º | 0.72% | 1% | - |
| XYZ | 63.26 | 63.49 | 14.88 | - |
| YUV | 202.33 | 53.89 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 71 | 0 | 0.21 | 0.72 | 0 | 42.39 | 1 | 0.64 |
| Hex | FF | C9 | 47 | 0 | 15 | 48 | 0 | 2A | 64 | 40 |
| Octal | 377 | 311 | 107 | 0 | 25 | 110 | 0 | 52 | 144 | 100 |
| Binary | 11111111 | 11001001 | 1000111 | 0 | 10101 | 1001000 | 0 | 101010 | 1100100 | 1000000 |
Color Harmonies of #FFC947
Complementary color
Monochromatic Colors of #FFC947
Black with #FFC947
Text Example
Text Example
White with #FFC947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC947; }
p { color: rgb(255,201,71); }
H1.HeaderClassName
{
color: #FFC947;
}
.AnyTagClassName
{
color: #FFC947;
}
</style>
background-color css
<style>
a { background-color: #FFC947; }
a { background-color: rgb(255,201,71); }
div.DivClassName
{
background-color: #FFC947;
}
.BgClassName
{
background-color: #FFC947;
}
</style>
border-color css
<style>
span { border-color: #FFC947; }
span { border-color: rgb(255,201,71); }
td.TdClassName
{
border-color: #FFC947;
}
.TagClassName
{
border-color: #FFC947;
}
</style>