Shades of Golden Tainoi #FFCA49
Tints of Golden Tainoi #FFCA49
RGB
CMYK
RGB Variations
Color information
#FFCA49 (or 0xFFCA49) is known color: Golden Tainoi. HEX triplet: FF, CA and 49. RGB value is (255,202,73). Sum of RGB (Red+Green+Blue) = 255+202+73=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 73 (28.91% from 255 or 13.77% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA49 is #0035B6. Grayscale: #CBCBCB. Windows color (decimal): -13751 or 4836095. OLE color: 4836095.
HSL color Cylindrical-coordinate representation of color #FFCA49: hue angle of 42.53º 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 #FFCA49 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 73 | - |
| CMYK | 0 | 0.21 | 0.71 | 0 |
| HSL | 42.53º | 1% | 0.64% | - |
| HSV(B) | 42.53º | 0.71% | 1% | - |
| XYZ | 63.56 | 63.98 | 15.3 | - |
| YUV | 203.14 | 54.56 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 73 | 0 | 0.21 | 0.71 | 0 | 42.53 | 1 | 0.64 |
| Hex | FF | CA | 49 | 0 | 15 | 47 | 0 | 2B | 64 | 40 |
| Octal | 377 | 312 | 111 | 0 | 25 | 107 | 0 | 53 | 144 | 100 |
| Binary | 11111111 | 11001010 | 1001001 | 0 | 10101 | 1000111 | 0 | 101011 | 1100100 | 1000000 |
Color Harmonies of #FFCA49
Complementary color
Monochromatic Colors of #FFCA49
Black with #FFCA49
Text Example
Text Example
White with #FFCA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA49; }
p { color: rgb(255,202,73); }
H1.HeaderClassName
{
color: #FFCA49;
}
.AnyTagClassName
{
color: #FFCA49;
}
</style>
background-color css
<style>
a { background-color: #FFCA49; }
a { background-color: rgb(255,202,73); }
div.DivClassName
{
background-color: #FFCA49;
}
.BgClassName
{
background-color: #FFCA49;
}
</style>
border-color css
<style>
span { border-color: #FFCA49; }
span { border-color: rgb(255,202,73); }
td.TdClassName
{
border-color: #FFCA49;
}
.TagClassName
{
border-color: #FFCA49;
}
</style>