Shades of Golden Tainoi #FFC157
Tints of Golden Tainoi #FFC157
RGB
CMYK
RGB Variations
Color information
#FFC157 (or 0xFFC157) is known color: Golden Tainoi. HEX triplet: FF, C1 and 57. RGB value is (255,193,87). Sum of RGB (Red+Green+Blue) = 255+193+87=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 87 (34.38% from 255 or 16.26% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC157 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC157 is #003EA8. Grayscale: #C7C7C7. Windows color (decimal): -16041 or 5751295. OLE color: 5751295.
HSL color Cylindrical-coordinate representation of color #FFC157: hue angle of 37.86º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFC157 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 87 | - |
| CMYK | 0 | 0.24 | 0.66 | 0 |
| HSL | 37.86º | 1% | 0.67% | - |
| HSV(B) | 37.86º | 0.66% | 1% | - |
| XYZ | 62.03 | 60.09 | 17.35 | - |
| YUV | 199.45 | 64.54 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 87 | 0 | 0.24 | 0.66 | 0 | 37.86 | 1 | 0.67 |
| Hex | FF | C1 | 57 | 0 | 18 | 42 | 0 | 26 | 64 | 43 |
| Octal | 377 | 301 | 127 | 0 | 30 | 102 | 0 | 46 | 144 | 103 |
| Binary | 11111111 | 11000001 | 1010111 | 0 | 11000 | 1000010 | 0 | 100110 | 1100100 | 1000011 |
Color Harmonies of #FFC157
Complementary color
Monochromatic Colors of #FFC157
Black with #FFC157
Text Example
Text Example
White with #FFC157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC157; }
p { color: rgb(255,193,87); }
H1.HeaderClassName
{
color: #FFC157;
}
.AnyTagClassName
{
color: #FFC157;
}
</style>
background-color css
<style>
a { background-color: #FFC157; }
a { background-color: rgb(255,193,87); }
div.DivClassName
{
background-color: #FFC157;
}
.BgClassName
{
background-color: #FFC157;
}
</style>
border-color css
<style>
span { border-color: #FFC157; }
span { border-color: rgb(255,193,87); }
td.TdClassName
{
border-color: #FFC157;
}
.TagClassName
{
border-color: #FFC157;
}
</style>