Shades of Golden Tainoi #FFC257
Tints of Golden Tainoi #FFC257
RGB
CMYK
RGB Variations
Color information
#FFC257 (or 0xFFC257) is known color: Golden Tainoi. HEX triplet: FF, C2 and 57. RGB value is (255,194,87). Sum of RGB (Red+Green+Blue) = 255+194+87=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 87 (34.38% from 255 or 16.23% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC257 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC257 is #003DA8. Grayscale: #C8C8C8. Windows color (decimal): -15785 or 5751551. OLE color: 5751551.
HSL color Cylindrical-coordinate representation of color #FFC257: hue angle of 38.21º 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 #FFC257 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 87 | - |
| CMYK | 0 | 0.24 | 0.66 | 0 |
| HSL | 38.21º | 1% | 0.67% | - |
| HSV(B) | 38.21º | 0.66% | 1% | - |
| XYZ | 62.25 | 60.53 | 17.42 | - |
| YUV | 200.04 | 64.21 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 87 | 0 | 0.24 | 0.66 | 0 | 38.21 | 1 | 0.67 |
| Hex | FF | C2 | 57 | 0 | 18 | 42 | 0 | 26 | 64 | 43 |
| Octal | 377 | 302 | 127 | 0 | 30 | 102 | 0 | 46 | 144 | 103 |
| Binary | 11111111 | 11000010 | 1010111 | 0 | 11000 | 1000010 | 0 | 100110 | 1100100 | 1000011 |
Color Harmonies of #FFC257
Complementary color
Monochromatic Colors of #FFC257
Black with #FFC257
Text Example
Text Example
White with #FFC257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC257; }
p { color: rgb(255,194,87); }
H1.HeaderClassName
{
color: #FFC257;
}
.AnyTagClassName
{
color: #FFC257;
}
</style>
background-color css
<style>
a { background-color: #FFC257; }
a { background-color: rgb(255,194,87); }
div.DivClassName
{
background-color: #FFC257;
}
.BgClassName
{
background-color: #FFC257;
}
</style>
border-color css
<style>
span { border-color: #FFC257; }
span { border-color: rgb(255,194,87); }
td.TdClassName
{
border-color: #FFC257;
}
.TagClassName
{
border-color: #FFC257;
}
</style>