Shades of Golden Tainoi #FFC15E
Tints of Golden Tainoi #FFC15E
RGB
CMYK
RGB Variations
Color information
#FFC15E (or 0xFFC15E) is known color: Golden Tainoi. HEX triplet: FF, C1 and 5E. RGB value is (255,193,94). Sum of RGB (Red+Green+Blue) = 255+193+94=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 193 (75.78% from 255 or 35.61% from 542); Blue value is 94 (37.11% from 255 or 17.34% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC15E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC15E is #003EA1. Grayscale: #C8C8C8. Windows color (decimal): -16034 or 6210047. OLE color: 6210047.
HSL color Cylindrical-coordinate representation of color #FFC15E: hue angle of 36.89º 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 #FFC15E is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 94 | - |
| CMYK | 0 | 0.24 | 0.63 | 0 |
| HSL | 36.89º | 1% | 0.68% | - |
| HSV(B) | 36.89º | 0.63% | 1% | - |
| XYZ | 62.33 | 60.21 | 18.93 | - |
| YUV | 200.25 | 68.04 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 94 | 0 | 0.24 | 0.63 | 0 | 36.89 | 1 | 0.68 |
| Hex | FF | C1 | 5E | 0 | 18 | 3F | 0 | 25 | 64 | 44 |
| Octal | 377 | 301 | 136 | 0 | 30 | 77 | 0 | 45 | 144 | 104 |
| Binary | 11111111 | 11000001 | 1011110 | 0 | 11000 | 111111 | 0 | 100101 | 1100100 | 1000100 |
Color Harmonies of #FFC15E
Complementary color
Monochromatic Colors of #FFC15E
Black with #FFC15E
Text Example
Text Example
White with #FFC15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC15E; }
p { color: rgb(255,193,94); }
H1.HeaderClassName
{
color: #FFC15E;
}
.AnyTagClassName
{
color: #FFC15E;
}
</style>
background-color css
<style>
a { background-color: #FFC15E; }
a { background-color: rgb(255,193,94); }
div.DivClassName
{
background-color: #FFC15E;
}
.BgClassName
{
background-color: #FFC15E;
}
</style>
border-color css
<style>
span { border-color: #FFC15E; }
span { border-color: rgb(255,193,94); }
td.TdClassName
{
border-color: #FFC15E;
}
.TagClassName
{
border-color: #FFC15E;
}
</style>