Shades of Golden Tainoi #FFC849
Tints of Golden Tainoi #FFC849
RGB
CMYK
RGB Variations
Color information
#FFC849 (or 0xFFC849) is known color: Golden Tainoi. HEX triplet: FF, C8 and 49. RGB value is (255,200,73). Sum of RGB (Red+Green+Blue) = 255+200+73=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 200 (78.52% from 255 or 37.88% from 528); Blue value is 73 (28.91% from 255 or 13.83% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC849 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC849 is #0037B6. Grayscale: #CACACA. Windows color (decimal): -14263 or 4835583. OLE color: 4835583.
HSL color Cylindrical-coordinate representation of color #FFC849: hue angle of 41.87º 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 #FFC849 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 73 | - |
| CMYK | 0 | 0.22 | 0.71 | 0 |
| HSL | 41.87º | 1% | 0.64% | - |
| HSV(B) | 41.87º | 0.71% | 1% | - |
| XYZ | 63.1 | 63.05 | 15.15 | - |
| YUV | 201.97 | 55.22 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 73 | 0 | 0.22 | 0.71 | 0 | 41.87 | 1 | 0.64 |
| Hex | FF | C8 | 49 | 0 | 16 | 47 | 0 | 2A | 64 | 40 |
| Octal | 377 | 310 | 111 | 0 | 26 | 107 | 0 | 52 | 144 | 100 |
| Binary | 11111111 | 11001000 | 1001001 | 0 | 10110 | 1000111 | 0 | 101010 | 1100100 | 1000000 |
Color Harmonies of #FFC849
Complementary color
Monochromatic Colors of #FFC849
Black with #FFC849
Text Example
Text Example
White with #FFC849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC849; }
p { color: rgb(255,200,73); }
H1.HeaderClassName
{
color: #FFC849;
}
.AnyTagClassName
{
color: #FFC849;
}
</style>
background-color css
<style>
a { background-color: #FFC849; }
a { background-color: rgb(255,200,73); }
div.DivClassName
{
background-color: #FFC849;
}
.BgClassName
{
background-color: #FFC849;
}
</style>
border-color css
<style>
span { border-color: #FFC849; }
span { border-color: rgb(255,200,73); }
td.TdClassName
{
border-color: #FFC849;
}
.TagClassName
{
border-color: #FFC849;
}
</style>