Shades of Golden Tainoi #FFC85E
Tints of Golden Tainoi #FFC85E
RGB
CMYK
RGB Variations
Color information
#FFC85E (or 0xFFC85E) is known color: Golden Tainoi. HEX triplet: FF, C8 and 5E. RGB value is (255,200,94). Sum of RGB (Red+Green+Blue) = 255+200+94=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 94 (37.11% from 255 or 17.12% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC85E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC85E is #0037A1. Grayscale: #CCCCCC. Windows color (decimal): -14242 or 6211839. OLE color: 6211839.
HSL color Cylindrical-coordinate representation of color #FFC85E: hue angle of 39.5º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFC85E is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 94 | - |
| CMYK | 0 | 0.22 | 0.63 | 0 |
| HSL | 39.5º | 1% | 0.68% | - |
| HSV(B) | 39.5º | 0.63% | 1% | - |
| XYZ | 63.91 | 63.38 | 19.45 | - |
| YUV | 204.36 | 65.72 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 94 | 0 | 0.22 | 0.63 | 0 | 39.5 | 1 | 0.68 |
| Hex | FF | C8 | 5E | 0 | 16 | 3F | 0 | 28 | 64 | 44 |
| Octal | 377 | 310 | 136 | 0 | 26 | 77 | 0 | 50 | 144 | 104 |
| Binary | 11111111 | 11001000 | 1011110 | 0 | 10110 | 111111 | 0 | 101000 | 1100100 | 1000100 |
Color Harmonies of #FFC85E
Complementary color
Monochromatic Colors of #FFC85E
Black with #FFC85E
Text Example
Text Example
White with #FFC85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC85E; }
p { color: rgb(255,200,94); }
H1.HeaderClassName
{
color: #FFC85E;
}
.AnyTagClassName
{
color: #FFC85E;
}
</style>
background-color css
<style>
a { background-color: #FFC85E; }
a { background-color: rgb(255,200,94); }
div.DivClassName
{
background-color: #FFC85E;
}
.BgClassName
{
background-color: #FFC85E;
}
</style>
border-color css
<style>
span { border-color: #FFC85E; }
span { border-color: rgb(255,200,94); }
td.TdClassName
{
border-color: #FFC85E;
}
.TagClassName
{
border-color: #FFC85E;
}
</style>