Shades of Golden Tainoi #FFC65A
Tints of Golden Tainoi #FFC65A
RGB
CMYK
RGB Variations
Color information
#FFC65A (or 0xFFC65A) is known color: Golden Tainoi. HEX triplet: FF, C6 and 5A. RGB value is (255,198,90). Sum of RGB (Red+Green+Blue) = 255+198+90=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 90 (35.55% from 255 or 16.57% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC65A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC65A is #0039A5. Grayscale: #CBCBCB. Windows color (decimal): -14758 or 5949183. OLE color: 5949183.
HSL color Cylindrical-coordinate representation of color #FFC65A: hue angle of 39.27º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFC65A is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 90 | - |
| CMYK | 0 | 0.22 | 0.65 | 0 |
| HSL | 39.27º | 1% | 0.68% | - |
| HSV(B) | 39.27º | 0.65% | 1% | - |
| XYZ | 63.28 | 62.39 | 18.38 | - |
| YUV | 202.73 | 64.38 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 90 | 0 | 0.22 | 0.65 | 0 | 39.27 | 1 | 0.68 |
| Hex | FF | C6 | 5A | 0 | 16 | 41 | 0 | 27 | 64 | 44 |
| Octal | 377 | 306 | 132 | 0 | 26 | 101 | 0 | 47 | 144 | 104 |
| Binary | 11111111 | 11000110 | 1011010 | 0 | 10110 | 1000001 | 0 | 100111 | 1100100 | 1000100 |
Color Harmonies of #FFC65A
Complementary color
Monochromatic Colors of #FFC65A
Black with #FFC65A
Text Example
Text Example
White with #FFC65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC65A; }
p { color: rgb(255,198,90); }
H1.HeaderClassName
{
color: #FFC65A;
}
.AnyTagClassName
{
color: #FFC65A;
}
</style>
background-color css
<style>
a { background-color: #FFC65A; }
a { background-color: rgb(255,198,90); }
div.DivClassName
{
background-color: #FFC65A;
}
.BgClassName
{
background-color: #FFC65A;
}
</style>
border-color css
<style>
span { border-color: #FFC65A; }
span { border-color: rgb(255,198,90); }
td.TdClassName
{
border-color: #FFC65A;
}
.TagClassName
{
border-color: #FFC65A;
}
</style>