Shades of Golden Tainoi #FFCA46
Tints of Golden Tainoi #FFCA46
RGB
CMYK
RGB Variations
Color information
#FFCA46 (or 0xFFCA46) is known color: Golden Tainoi. HEX triplet: FF, CA and 46. RGB value is (255,202,70). Sum of RGB (Red+Green+Blue) = 255+202+70=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 70 (27.73% from 255 or 13.28% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA46 is #0035B9. Grayscale: #CBCBCB. Windows color (decimal): -13754 or 4639487. OLE color: 4639487.
HSL color Cylindrical-coordinate representation of color #FFCA46: hue angle of 42.81º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFCA46 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 70 | - |
| CMYK | 0 | 0.21 | 0.73 | 0 |
| HSL | 42.81º | 1% | 0.64% | - |
| HSV(B) | 42.81º | 0.73% | 1% | - |
| XYZ | 63.47 | 63.94 | 14.79 | - |
| YUV | 202.8 | 53.06 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 70 | 0 | 0.21 | 0.73 | 0 | 42.81 | 1 | 0.64 |
| Hex | FF | CA | 46 | 0 | 15 | 49 | 0 | 2B | 64 | 40 |
| Octal | 377 | 312 | 106 | 0 | 25 | 111 | 0 | 53 | 144 | 100 |
| Binary | 11111111 | 11001010 | 1000110 | 0 | 10101 | 1001001 | 0 | 101011 | 1100100 | 1000000 |
Color Harmonies of #FFCA46
Complementary color
Monochromatic Colors of #FFCA46
Black with #FFCA46
Text Example
Text Example
White with #FFCA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA46; }
p { color: rgb(255,202,70); }
H1.HeaderClassName
{
color: #FFCA46;
}
.AnyTagClassName
{
color: #FFCA46;
}
</style>
background-color css
<style>
a { background-color: #FFCA46; }
a { background-color: rgb(255,202,70); }
div.DivClassName
{
background-color: #FFCA46;
}
.BgClassName
{
background-color: #FFCA46;
}
</style>
border-color css
<style>
span { border-color: #FFCA46; }
span { border-color: rgb(255,202,70); }
td.TdClassName
{
border-color: #FFCA46;
}
.TagClassName
{
border-color: #FFCA46;
}
</style>