Shades of Golden Tainoi #FFC757
Tints of Golden Tainoi #FFC757
RGB
CMYK
RGB Variations
Color information
#FFC757 (or 0xFFC757) is known color: Golden Tainoi. HEX triplet: FF, C7 and 57. RGB value is (255,199,87). Sum of RGB (Red+Green+Blue) = 255+199+87=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 199 (78.12% from 255 or 36.78% from 541); Blue value is 87 (34.38% from 255 or 16.08% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC757 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC757 is #0038A8. Grayscale: #CBCBCB. Windows color (decimal): -14505 or 5752831. OLE color: 5752831.
HSL color Cylindrical-coordinate representation of color #FFC757: hue angle of 40º 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 #FFC757 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 87 | - |
| CMYK | 0 | 0.22 | 0.66 | 0 |
| HSL | 40º | 1% | 0.67% | - |
| HSV(B) | 40º | 0.66% | 1% | - |
| XYZ | 63.38 | 62.79 | 17.8 | - |
| YUV | 202.98 | 62.55 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 87 | 0 | 0.22 | 0.66 | 0 | 40 | 1 | 0.67 |
| Hex | FF | C7 | 57 | 0 | 16 | 42 | 0 | 28 | 64 | 43 |
| Octal | 377 | 307 | 127 | 0 | 26 | 102 | 0 | 50 | 144 | 103 |
| Binary | 11111111 | 11000111 | 1010111 | 0 | 10110 | 1000010 | 0 | 101000 | 1100100 | 1000011 |
Color Harmonies of #FFC757
Complementary color
Monochromatic Colors of #FFC757
Black with #FFC757
Text Example
Text Example
White with #FFC757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC757; }
p { color: rgb(255,199,87); }
H1.HeaderClassName
{
color: #FFC757;
}
.AnyTagClassName
{
color: #FFC757;
}
</style>
background-color css
<style>
a { background-color: #FFC757; }
a { background-color: rgb(255,199,87); }
div.DivClassName
{
background-color: #FFC757;
}
.BgClassName
{
background-color: #FFC757;
}
</style>
border-color css
<style>
span { border-color: #FFC757; }
span { border-color: rgb(255,199,87); }
td.TdClassName
{
border-color: #FFC757;
}
.TagClassName
{
border-color: #FFC757;
}
</style>