Shades of Golden Tainoi #FFC049
Tints of Golden Tainoi #FFC049
RGB
CMYK
RGB Variations
Color information
#FFC049 (or 0xFFC049) is known color: Golden Tainoi. HEX triplet: FF, C0 and 49. RGB value is (255,192,73). Sum of RGB (Red+Green+Blue) = 255+192+73=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 73 (28.91% from 255 or 14.04% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC049 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC049 is #003FB6. Grayscale: #C5C5C5. Windows color (decimal): -16311 or 4833535. OLE color: 4833535.
HSL color Cylindrical-coordinate representation of color #FFC049: hue angle of 39.23º 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 #FFC049 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 73 | - |
| CMYK | 0 | 0.25 | 0.71 | 0 |
| HSL | 39.23º | 1% | 0.64% | - |
| HSV(B) | 39.23º | 0.71% | 1% | - |
| XYZ | 61.29 | 59.44 | 14.55 | - |
| YUV | 197.27 | 57.87 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 73 | 0 | 0.25 | 0.71 | 0 | 39.23 | 1 | 0.64 |
| Hex | FF | C0 | 49 | 0 | 19 | 47 | 0 | 27 | 64 | 40 |
| Octal | 377 | 300 | 111 | 0 | 31 | 107 | 0 | 47 | 144 | 100 |
| Binary | 11111111 | 11000000 | 1001001 | 0 | 11001 | 1000111 | 0 | 100111 | 1100100 | 1000000 |
Color Harmonies of #FFC049
Complementary color
Monochromatic Colors of #FFC049
Black with #FFC049
Text Example
Text Example
White with #FFC049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC049; }
p { color: rgb(255,192,73); }
H1.HeaderClassName
{
color: #FFC049;
}
.AnyTagClassName
{
color: #FFC049;
}
</style>
background-color css
<style>
a { background-color: #FFC049; }
a { background-color: rgb(255,192,73); }
div.DivClassName
{
background-color: #FFC049;
}
.BgClassName
{
background-color: #FFC049;
}
</style>
border-color css
<style>
span { border-color: #FFC049; }
span { border-color: rgb(255,192,73); }
td.TdClassName
{
border-color: #FFC049;
}
.TagClassName
{
border-color: #FFC049;
}
</style>