Shades of Golden Tainoi #FFC957
Tints of Golden Tainoi #FFC957
RGB
CMYK
RGB Variations
Color information
#FFC957 (or 0xFFC957) is known color: Golden Tainoi. HEX triplet: FF, C9 and 57. RGB value is (255,201,87). Sum of RGB (Red+Green+Blue) = 255+201+87=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 87 (34.38% from 255 or 16.02% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC957 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC957 is #0036A8. Grayscale: #CCCCCC. Windows color (decimal): -13993 or 5753343. OLE color: 5753343.
HSL color Cylindrical-coordinate representation of color #FFC957: hue angle of 40.71º 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 #FFC957 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 87 | - |
| CMYK | 0 | 0.21 | 0.66 | 0 |
| HSL | 40.71º | 1% | 0.67% | - |
| HSV(B) | 40.71º | 0.66% | 1% | - |
| XYZ | 63.85 | 63.72 | 17.95 | - |
| YUV | 204.15 | 61.89 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 87 | 0 | 0.21 | 0.66 | 0 | 40.71 | 1 | 0.67 |
| Hex | FF | C9 | 57 | 0 | 15 | 42 | 0 | 29 | 64 | 43 |
| Octal | 377 | 311 | 127 | 0 | 25 | 102 | 0 | 51 | 144 | 103 |
| Binary | 11111111 | 11001001 | 1010111 | 0 | 10101 | 1000010 | 0 | 101001 | 1100100 | 1000011 |
Color Harmonies of #FFC957
Complementary color
Monochromatic Colors of #FFC957
Black with #FFC957
Text Example
Text Example
White with #FFC957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC957; }
p { color: rgb(255,201,87); }
H1.HeaderClassName
{
color: #FFC957;
}
.AnyTagClassName
{
color: #FFC957;
}
</style>
background-color css
<style>
a { background-color: #FFC957; }
a { background-color: rgb(255,201,87); }
div.DivClassName
{
background-color: #FFC957;
}
.BgClassName
{
background-color: #FFC957;
}
</style>
border-color css
<style>
span { border-color: #FFC957; }
span { border-color: rgb(255,201,87); }
td.TdClassName
{
border-color: #FFC957;
}
.TagClassName
{
border-color: #FFC957;
}
</style>