Shades of Golden Tainoi #FFCA45
Tints of Golden Tainoi #FFCA45
RGB
CMYK
RGB Variations
Color information
#FFCA45 (or 0xFFCA45) is known color: Golden Tainoi. HEX triplet: FF, CA and 45. RGB value is (255,202,69). Sum of RGB (Red+Green+Blue) = 255+202+69=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 69 (27.34% from 255 or 13.12% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA45 is #0035BA. Grayscale: #CBCBCB. Windows color (decimal): -13755 or 4573951. OLE color: 4573951.
HSL color Cylindrical-coordinate representation of color #FFCA45: hue angle of 42.9º 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 #FFCA45 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 69 | - |
| CMYK | 0 | 0.21 | 0.73 | 0 |
| HSL | 42.9º | 1% | 0.64% | - |
| HSV(B) | 42.9º | 0.73% | 1% | - |
| XYZ | 63.43 | 63.93 | 14.63 | - |
| YUV | 202.69 | 52.56 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 69 | 0 | 0.21 | 0.73 | 0 | 42.9 | 1 | 0.64 |
| Hex | FF | CA | 45 | 0 | 15 | 49 | 0 | 2B | 64 | 40 |
| Octal | 377 | 312 | 105 | 0 | 25 | 111 | 0 | 53 | 144 | 100 |
| Binary | 11111111 | 11001010 | 1000101 | 0 | 10101 | 1001001 | 0 | 101011 | 1100100 | 1000000 |
Color Harmonies of #FFCA45
Complementary color
Monochromatic Colors of #FFCA45
Black with #FFCA45
Text Example
Text Example
White with #FFCA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA45; }
p { color: rgb(255,202,69); }
H1.HeaderClassName
{
color: #FFCA45;
}
.AnyTagClassName
{
color: #FFCA45;
}
</style>
background-color css
<style>
a { background-color: #FFCA45; }
a { background-color: rgb(255,202,69); }
div.DivClassName
{
background-color: #FFCA45;
}
.BgClassName
{
background-color: #FFCA45;
}
</style>
border-color css
<style>
span { border-color: #FFCA45; }
span { border-color: rgb(255,202,69); }
td.TdClassName
{
border-color: #FFCA45;
}
.TagClassName
{
border-color: #FFCA45;
}
</style>