Shades of Golden Tainoi #FFC850
Tints of Golden Tainoi #FFC850
RGB
CMYK
RGB Variations
Color information
#FFC850 (or 0xFFC850) is known color: Golden Tainoi. HEX triplet: FF, C8 and 50. RGB value is (255,200,80). Sum of RGB (Red+Green+Blue) = 255+200+80=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 80 (31.64% from 255 or 14.95% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC850 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC850 is #0037AF. Grayscale: #CBCBCB. Windows color (decimal): -14256 or 5294335. OLE color: 5294335.
HSL color Cylindrical-coordinate representation of color #FFC850: hue angle of 41.14º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFC850 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 80 | - |
| CMYK | 0 | 0.22 | 0.69 | 0 |
| HSL | 41.14º | 1% | 0.66% | - |
| HSV(B) | 41.14º | 0.69% | 1% | - |
| XYZ | 63.34 | 63.15 | 16.44 | - |
| YUV | 202.77 | 58.72 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 80 | 0 | 0.22 | 0.69 | 0 | 41.14 | 1 | 0.66 |
| Hex | FF | C8 | 50 | 0 | 16 | 45 | 0 | 29 | 64 | 42 |
| Octal | 377 | 310 | 120 | 0 | 26 | 105 | 0 | 51 | 144 | 102 |
| Binary | 11111111 | 11001000 | 1010000 | 0 | 10110 | 1000101 | 0 | 101001 | 1100100 | 1000010 |
Color Harmonies of #FFC850
Complementary color
Monochromatic Colors of #FFC850
Black with #FFC850
Text Example
Text Example
White with #FFC850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC850; }
p { color: rgb(255,200,80); }
H1.HeaderClassName
{
color: #FFC850;
}
.AnyTagClassName
{
color: #FFC850;
}
</style>
background-color css
<style>
a { background-color: #FFC850; }
a { background-color: rgb(255,200,80); }
div.DivClassName
{
background-color: #FFC850;
}
.BgClassName
{
background-color: #FFC850;
}
</style>
border-color css
<style>
span { border-color: #FFC850; }
span { border-color: rgb(255,200,80); }
td.TdClassName
{
border-color: #FFC850;
}
.TagClassName
{
border-color: #FFC850;
}
</style>