Shades of Golden Tainoi #FFC949
Tints of Golden Tainoi #FFC949
RGB
CMYK
RGB Variations
Color information
#FFC949 (or 0xFFC949) is known color: Golden Tainoi. HEX triplet: FF, C9 and 49. RGB value is (255,201,73). Sum of RGB (Red+Green+Blue) = 255+201+73=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 73 (28.91% from 255 or 13.80% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC949 is #0036B6. Grayscale: #CBCBCB. Windows color (decimal): -14007 or 4835839. OLE color: 4835839.
HSL color Cylindrical-coordinate representation of color #FFC949: hue angle of 42.2º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFC949 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 73 | - |
| CMYK | 0 | 0.21 | 0.71 | 0 |
| HSL | 42.2º | 1% | 0.64% | - |
| HSV(B) | 42.2º | 0.71% | 1% | - |
| XYZ | 63.33 | 63.51 | 15.23 | - |
| YUV | 202.55 | 54.89 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 73 | 0 | 0.21 | 0.71 | 0 | 42.2 | 1 | 0.64 |
| Hex | FF | C9 | 49 | 0 | 15 | 47 | 0 | 2A | 64 | 40 |
| Octal | 377 | 311 | 111 | 0 | 25 | 107 | 0 | 52 | 144 | 100 |
| Binary | 11111111 | 11001001 | 1001001 | 0 | 10101 | 1000111 | 0 | 101010 | 1100100 | 1000000 |
Color Harmonies of #FFC949
Complementary color
Monochromatic Colors of #FFC949
Black with #FFC949
Text Example
Text Example
White with #FFC949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC949; }
p { color: rgb(255,201,73); }
H1.HeaderClassName
{
color: #FFC949;
}
.AnyTagClassName
{
color: #FFC949;
}
</style>
background-color css
<style>
a { background-color: #FFC949; }
a { background-color: rgb(255,201,73); }
div.DivClassName
{
background-color: #FFC949;
}
.BgClassName
{
background-color: #FFC949;
}
</style>
border-color css
<style>
span { border-color: #FFC949; }
span { border-color: rgb(255,201,73); }
td.TdClassName
{
border-color: #FFC949;
}
.TagClassName
{
border-color: #FFC949;
}
</style>