Shades of Golden Tainoi #FFC357
Tints of Golden Tainoi #FFC357
RGB
CMYK
RGB Variations
Color information
#FFC357 (or 0xFFC357) is known color: Golden Tainoi. HEX triplet: FF, C3 and 57. RGB value is (255,195,87). Sum of RGB (Red+Green+Blue) = 255+195+87=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 87 (34.38% from 255 or 16.20% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC357 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC357 is #003CA8. Grayscale: #C9C9C9. Windows color (decimal): -15529 or 5751807. OLE color: 5751807.
HSL color Cylindrical-coordinate representation of color #FFC357: hue angle of 38.57º 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 #FFC357 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 87 | - |
| CMYK | 0 | 0.24 | 0.66 | 0 |
| HSL | 38.57º | 1% | 0.67% | - |
| HSV(B) | 38.57º | 0.66% | 1% | - |
| XYZ | 62.48 | 60.98 | 17.49 | - |
| YUV | 200.63 | 63.88 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 87 | 0 | 0.24 | 0.66 | 0 | 38.57 | 1 | 0.67 |
| Hex | FF | C3 | 57 | 0 | 18 | 42 | 0 | 27 | 64 | 43 |
| Octal | 377 | 303 | 127 | 0 | 30 | 102 | 0 | 47 | 144 | 103 |
| Binary | 11111111 | 11000011 | 1010111 | 0 | 11000 | 1000010 | 0 | 100111 | 1100100 | 1000011 |
Color Harmonies of #FFC357
Complementary color
Monochromatic Colors of #FFC357
Black with #FFC357
Text Example
Text Example
White with #FFC357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC357; }
p { color: rgb(255,195,87); }
H1.HeaderClassName
{
color: #FFC357;
}
.AnyTagClassName
{
color: #FFC357;
}
</style>
background-color css
<style>
a { background-color: #FFC357; }
a { background-color: rgb(255,195,87); }
div.DivClassName
{
background-color: #FFC357;
}
.BgClassName
{
background-color: #FFC357;
}
</style>
border-color css
<style>
span { border-color: #FFC357; }
span { border-color: rgb(255,195,87); }
td.TdClassName
{
border-color: #FFC357;
}
.TagClassName
{
border-color: #FFC357;
}
</style>