Shades of Golden Tainoi #FFCA51
Tints of Golden Tainoi #FFCA51
RGB
CMYK
RGB Variations
Color information
#FFCA51 (or 0xFFCA51) is known color: Golden Tainoi. HEX triplet: FF, CA and 51. RGB value is (255,202,81). Sum of RGB (Red+Green+Blue) = 255+202+81=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 81 (32.03% from 255 or 15.06% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA51 is #0035AE. Grayscale: #CCCCCC. Windows color (decimal): -13743 or 5360383. OLE color: 5360383.
HSL color Cylindrical-coordinate representation of color #FFCA51: hue angle of 41.72º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFCA51 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 81 | - |
| CMYK | 0 | 0.21 | 0.68 | 0 |
| HSL | 41.72º | 1% | 0.66% | - |
| HSV(B) | 41.72º | 0.68% | 1% | - |
| XYZ | 63.85 | 64.1 | 16.79 | - |
| YUV | 204.05 | 58.56 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 81 | 0 | 0.21 | 0.68 | 0 | 41.72 | 1 | 0.66 |
| Hex | FF | CA | 51 | 0 | 15 | 44 | 0 | 2A | 64 | 42 |
| Octal | 377 | 312 | 121 | 0 | 25 | 104 | 0 | 52 | 144 | 102 |
| Binary | 11111111 | 11001010 | 1010001 | 0 | 10101 | 1000100 | 0 | 101010 | 1100100 | 1000010 |
Color Harmonies of #FFCA51
Complementary color
Monochromatic Colors of #FFCA51
Black with #FFCA51
Text Example
Text Example
White with #FFCA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA51; }
p { color: rgb(255,202,81); }
H1.HeaderClassName
{
color: #FFCA51;
}
.AnyTagClassName
{
color: #FFCA51;
}
</style>
background-color css
<style>
a { background-color: #FFCA51; }
a { background-color: rgb(255,202,81); }
div.DivClassName
{
background-color: #FFCA51;
}
.BgClassName
{
background-color: #FFCA51;
}
</style>
border-color css
<style>
span { border-color: #FFCA51; }
span { border-color: rgb(255,202,81); }
td.TdClassName
{
border-color: #FFCA51;
}
.TagClassName
{
border-color: #FFCA51;
}
</style>