Shades of Golden Tainoi #FFCA4D
Tints of Golden Tainoi #FFCA4D
RGB
CMYK
RGB Variations
Color information
#FFCA4D (or 0xFFCA4D) is known color: Golden Tainoi. HEX triplet: FF, CA and 4D. RGB value is (255,202,77). Sum of RGB (Red+Green+Blue) = 255+202+77=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 77 (30.47% from 255 or 14.42% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA4D is #0035B2. Grayscale: #CCCCCC. Windows color (decimal): -13747 or 5098239. OLE color: 5098239.
HSL color Cylindrical-coordinate representation of color #FFCA4D: hue angle of 42.13º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFCA4D is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 77 | - |
| CMYK | 0 | 0.21 | 0.70 | 0 |
| HSL | 42.13º | 1% | 0.65% | - |
| HSV(B) | 42.13º | 0.7% | 1% | - |
| XYZ | 63.7 | 64.04 | 16.02 | - |
| YUV | 203.6 | 56.56 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 77 | 0 | 0.21 | 0.70 | 0 | 42.13 | 1 | 0.65 |
| Hex | FF | CA | 4D | 0 | 15 | 46 | 0 | 2A | 64 | 41 |
| Octal | 377 | 312 | 115 | 0 | 25 | 106 | 0 | 52 | 144 | 101 |
| Binary | 11111111 | 11001010 | 1001101 | 0 | 10101 | 1000110 | 0 | 101010 | 1100100 | 1000001 |
Color Harmonies of #FFCA4D
Complementary color
Monochromatic Colors of #FFCA4D
Black with #FFCA4D
Text Example
Text Example
White with #FFCA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA4D; }
p { color: rgb(255,202,77); }
H1.HeaderClassName
{
color: #FFCA4D;
}
.AnyTagClassName
{
color: #FFCA4D;
}
</style>
background-color css
<style>
a { background-color: #FFCA4D; }
a { background-color: rgb(255,202,77); }
div.DivClassName
{
background-color: #FFCA4D;
}
.BgClassName
{
background-color: #FFCA4D;
}
</style>
border-color css
<style>
span { border-color: #FFCA4D; }
span { border-color: rgb(255,202,77); }
td.TdClassName
{
border-color: #FFCA4D;
}
.TagClassName
{
border-color: #FFCA4D;
}
</style>