Shades of Golden Tainoi #FFCA4A
Tints of Golden Tainoi #FFCA4A
RGB
CMYK
RGB Variations
Color information
#FFCA4A (or 0xFFCA4A) is known color: Golden Tainoi. HEX triplet: FF, CA and 4A. RGB value is (255,202,74). Sum of RGB (Red+Green+Blue) = 255+202+74=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 74 (29.30% from 255 or 13.94% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA4A is #0035B5. Grayscale: #CBCBCB. Windows color (decimal): -13750 or 4901631. OLE color: 4901631.
HSL color Cylindrical-coordinate representation of color #FFCA4A: hue angle of 42.43º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFCA4A is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 74 | - |
| CMYK | 0 | 0.21 | 0.71 | 0 |
| HSL | 42.43º | 1% | 0.65% | - |
| HSV(B) | 42.43º | 0.71% | 1% | - |
| XYZ | 63.6 | 64 | 15.48 | - |
| YUV | 203.26 | 55.06 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 74 | 0 | 0.21 | 0.71 | 0 | 42.43 | 1 | 0.65 |
| Hex | FF | CA | 4A | 0 | 15 | 47 | 0 | 2A | 64 | 41 |
| Octal | 377 | 312 | 112 | 0 | 25 | 107 | 0 | 52 | 144 | 101 |
| Binary | 11111111 | 11001010 | 1001010 | 0 | 10101 | 1000111 | 0 | 101010 | 1100100 | 1000001 |
Color Harmonies of #FFCA4A
Complementary color
Monochromatic Colors of #FFCA4A
Black with #FFCA4A
Text Example
Text Example
White with #FFCA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA4A; }
p { color: rgb(255,202,74); }
H1.HeaderClassName
{
color: #FFCA4A;
}
.AnyTagClassName
{
color: #FFCA4A;
}
</style>
background-color css
<style>
a { background-color: #FFCA4A; }
a { background-color: rgb(255,202,74); }
div.DivClassName
{
background-color: #FFCA4A;
}
.BgClassName
{
background-color: #FFCA4A;
}
</style>
border-color css
<style>
span { border-color: #FFCA4A; }
span { border-color: rgb(255,202,74); }
td.TdClassName
{
border-color: #FFCA4A;
}
.TagClassName
{
border-color: #FFCA4A;
}
</style>