Shades of Golden Tainoi #FFC65C
Tints of Golden Tainoi #FFC65C
RGB
CMYK
RGB Variations
Color information
#FFC65C (or 0xFFC65C) is known color: Golden Tainoi. HEX triplet: FF, C6 and 5C. RGB value is (255,198,92). Sum of RGB (Red+Green+Blue) = 255+198+92=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 92 (36.33% from 255 or 16.88% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC65C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC65C is #0039A3. Grayscale: #CBCBCB. Windows color (decimal): -14756 or 6080255. OLE color: 6080255.
HSL color Cylindrical-coordinate representation of color #FFC65C: hue angle of 39.02º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFC65C is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 92 | - |
| CMYK | 0 | 0.22 | 0.64 | 0 |
| HSL | 39.02º | 1% | 0.68% | - |
| HSV(B) | 39.02º | 0.64% | 1% | - |
| XYZ | 63.37 | 62.42 | 18.83 | - |
| YUV | 202.96 | 65.38 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 92 | 0 | 0.22 | 0.64 | 0 | 39.02 | 1 | 0.68 |
| Hex | FF | C6 | 5C | 0 | 16 | 40 | 0 | 27 | 64 | 44 |
| Octal | 377 | 306 | 134 | 0 | 26 | 100 | 0 | 47 | 144 | 104 |
| Binary | 11111111 | 11000110 | 1011100 | 0 | 10110 | 1000000 | 0 | 100111 | 1100100 | 1000100 |
Color Harmonies of #FFC65C
Complementary color
Monochromatic Colors of #FFC65C
Black with #FFC65C
Text Example
Text Example
White with #FFC65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC65C; }
p { color: rgb(255,198,92); }
H1.HeaderClassName
{
color: #FFC65C;
}
.AnyTagClassName
{
color: #FFC65C;
}
</style>
background-color css
<style>
a { background-color: #FFC65C; }
a { background-color: rgb(255,198,92); }
div.DivClassName
{
background-color: #FFC65C;
}
.BgClassName
{
background-color: #FFC65C;
}
</style>
border-color css
<style>
span { border-color: #FFC65C; }
span { border-color: rgb(255,198,92); }
td.TdClassName
{
border-color: #FFC65C;
}
.TagClassName
{
border-color: #FFC65C;
}
</style>