Shades of Golden Tainoi #FFCA48
Tints of Golden Tainoi #FFCA48
RGB
CMYK
RGB Variations
Color information
#FFCA48 (or 0xFFCA48) is known color: Golden Tainoi. HEX triplet: FF, CA and 48. RGB value is (255,202,72). Sum of RGB (Red+Green+Blue) = 255+202+72=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 72 (28.52% from 255 or 13.61% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA48 is #0035B7. Grayscale: #CBCBCB. Windows color (decimal): -13752 or 4770559. OLE color: 4770559.
HSL color Cylindrical-coordinate representation of color #FFCA48: hue angle of 42.62º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFCA48 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 72 | - |
| CMYK | 0 | 0.21 | 0.72 | 0 |
| HSL | 42.62º | 1% | 0.64% | - |
| HSV(B) | 42.62º | 0.72% | 1% | - |
| XYZ | 63.53 | 63.97 | 15.13 | - |
| YUV | 203.03 | 54.06 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 72 | 0 | 0.21 | 0.72 | 0 | 42.62 | 1 | 0.64 |
| Hex | FF | CA | 48 | 0 | 15 | 48 | 0 | 2B | 64 | 40 |
| Octal | 377 | 312 | 110 | 0 | 25 | 110 | 0 | 53 | 144 | 100 |
| Binary | 11111111 | 11001010 | 1001000 | 0 | 10101 | 1001000 | 0 | 101011 | 1100100 | 1000000 |
Color Harmonies of #FFCA48
Complementary color
Monochromatic Colors of #FFCA48
Black with #FFCA48
Text Example
Text Example
White with #FFCA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA48; }
p { color: rgb(255,202,72); }
H1.HeaderClassName
{
color: #FFCA48;
}
.AnyTagClassName
{
color: #FFCA48;
}
</style>
background-color css
<style>
a { background-color: #FFCA48; }
a { background-color: rgb(255,202,72); }
div.DivClassName
{
background-color: #FFCA48;
}
.BgClassName
{
background-color: #FFCA48;
}
</style>
border-color css
<style>
span { border-color: #FFCA48; }
span { border-color: rgb(255,202,72); }
td.TdClassName
{
border-color: #FFCA48;
}
.TagClassName
{
border-color: #FFCA48;
}
</style>