Shades of Golden Tainoi #FFCA4E
Tints of Golden Tainoi #FFCA4E
RGB
CMYK
RGB Variations
Color information
#FFCA4E (or 0xFFCA4E) is known color: Golden Tainoi. HEX triplet: FF, CA and 4E. RGB value is (255,202,78). Sum of RGB (Red+Green+Blue) = 255+202+78=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 78 (30.86% from 255 or 14.58% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA4E is #0035B1. Grayscale: #CCCCCC. Windows color (decimal): -13746 or 5163775. OLE color: 5163775.
HSL color Cylindrical-coordinate representation of color #FFCA4E: hue angle of 42.03º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFCA4E is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 78 | - |
| CMYK | 0 | 0.21 | 0.69 | 0 |
| HSL | 42.03º | 1% | 0.65% | - |
| HSV(B) | 42.03º | 0.69% | 1% | - |
| XYZ | 63.74 | 64.05 | 16.21 | - |
| YUV | 203.71 | 57.06 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 78 | 0 | 0.21 | 0.69 | 0 | 42.03 | 1 | 0.65 |
| Hex | FF | CA | 4E | 0 | 15 | 45 | 0 | 2A | 64 | 41 |
| Octal | 377 | 312 | 116 | 0 | 25 | 105 | 0 | 52 | 144 | 101 |
| Binary | 11111111 | 11001010 | 1001110 | 0 | 10101 | 1000101 | 0 | 101010 | 1100100 | 1000001 |
Color Harmonies of #FFCA4E
Complementary color
Monochromatic Colors of #FFCA4E
Black with #FFCA4E
Text Example
Text Example
White with #FFCA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA4E; }
p { color: rgb(255,202,78); }
H1.HeaderClassName
{
color: #FFCA4E;
}
.AnyTagClassName
{
color: #FFCA4E;
}
</style>
background-color css
<style>
a { background-color: #FFCA4E; }
a { background-color: rgb(255,202,78); }
div.DivClassName
{
background-color: #FFCA4E;
}
.BgClassName
{
background-color: #FFCA4E;
}
</style>
border-color css
<style>
span { border-color: #FFCA4E; }
span { border-color: rgb(255,202,78); }
td.TdClassName
{
border-color: #FFCA4E;
}
.TagClassName
{
border-color: #FFCA4E;
}
</style>