Shades of Golden Tainoi #FFC95E
Tints of Golden Tainoi #FFC95E
RGB
CMYK
RGB Variations
Color information
#FFC95E (or 0xFFC95E) is known color: Golden Tainoi. HEX triplet: FF, C9 and 5E. RGB value is (255,201,94). Sum of RGB (Red+Green+Blue) = 255+201+94=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 201 (78.91% from 255 or 36.55% from 550); Blue value is 94 (37.11% from 255 or 17.09% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC95E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC95E is #0036A1. Grayscale: #CDCDCD. Windows color (decimal): -13986 or 6212095. OLE color: 6212095.
HSL color Cylindrical-coordinate representation of color #FFC95E: hue angle of 39.88º 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 #FFC95E is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 94 | - |
| CMYK | 0 | 0.21 | 0.63 | 0 |
| HSL | 39.88º | 1% | 0.68% | - |
| HSV(B) | 39.88º | 0.63% | 1% | - |
| XYZ | 64.15 | 63.84 | 19.53 | - |
| YUV | 204.95 | 65.39 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 94 | 0 | 0.21 | 0.63 | 0 | 39.88 | 1 | 0.68 |
| Hex | FF | C9 | 5E | 0 | 15 | 3F | 0 | 28 | 64 | 44 |
| Octal | 377 | 311 | 136 | 0 | 25 | 77 | 0 | 50 | 144 | 104 |
| Binary | 11111111 | 11001001 | 1011110 | 0 | 10101 | 111111 | 0 | 101000 | 1100100 | 1000100 |
Color Harmonies of #FFC95E
Complementary color
Monochromatic Colors of #FFC95E
Black with #FFC95E
Text Example
Text Example
White with #FFC95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC95E; }
p { color: rgb(255,201,94); }
H1.HeaderClassName
{
color: #FFC95E;
}
.AnyTagClassName
{
color: #FFC95E;
}
</style>
background-color css
<style>
a { background-color: #FFC95E; }
a { background-color: rgb(255,201,94); }
div.DivClassName
{
background-color: #FFC95E;
}
.BgClassName
{
background-color: #FFC95E;
}
</style>
border-color css
<style>
span { border-color: #FFC95E; }
span { border-color: rgb(255,201,94); }
td.TdClassName
{
border-color: #FFC95E;
}
.TagClassName
{
border-color: #FFC95E;
}
</style>