Shades of Golden Tainoi #FFC85C
Tints of Golden Tainoi #FFC85C
RGB
CMYK
RGB Variations
Color information
#FFC85C (or 0xFFC85C) is known color: Golden Tainoi. HEX triplet: FF, C8 and 5C. RGB value is (255,200,92). Sum of RGB (Red+Green+Blue) = 255+200+92=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 92 (36.33% from 255 or 16.82% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC85C is #0037A3. Grayscale: #CCCCCC. Windows color (decimal): -14244 or 6080767. OLE color: 6080767.
HSL color Cylindrical-coordinate representation of color #FFC85C: hue angle of 39.75º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFC85C is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 92 | - |
| CMYK | 0 | 0.22 | 0.64 | 0 |
| HSL | 39.75º | 1% | 0.68% | - |
| HSV(B) | 39.75º | 0.64% | 1% | - |
| XYZ | 63.83 | 63.34 | 18.99 | - |
| YUV | 204.13 | 64.72 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 92 | 0 | 0.22 | 0.64 | 0 | 39.75 | 1 | 0.68 |
| Hex | FF | C8 | 5C | 0 | 16 | 40 | 0 | 28 | 64 | 44 |
| Octal | 377 | 310 | 134 | 0 | 26 | 100 | 0 | 50 | 144 | 104 |
| Binary | 11111111 | 11001000 | 1011100 | 0 | 10110 | 1000000 | 0 | 101000 | 1100100 | 1000100 |
Color Harmonies of #FFC85C
Complementary color
Monochromatic Colors of #FFC85C
Black with #FFC85C
Text Example
Text Example
White with #FFC85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC85C; }
p { color: rgb(255,200,92); }
H1.HeaderClassName
{
color: #FFC85C;
}
.AnyTagClassName
{
color: #FFC85C;
}
</style>
background-color css
<style>
a { background-color: #FFC85C; }
a { background-color: rgb(255,200,92); }
div.DivClassName
{
background-color: #FFC85C;
}
.BgClassName
{
background-color: #FFC85C;
}
</style>
border-color css
<style>
span { border-color: #FFC85C; }
span { border-color: rgb(255,200,92); }
td.TdClassName
{
border-color: #FFC85C;
}
.TagClassName
{
border-color: #FFC85C;
}
</style>