Shades of Golden Tainoi #FFC854
Tints of Golden Tainoi #FFC854
RGB
CMYK
RGB Variations
Color information
#FFC854 (or 0xFFC854) is known color: Golden Tainoi. HEX triplet: FF, C8 and 54. RGB value is (255,200,84). Sum of RGB (Red+Green+Blue) = 255+200+84=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 84 (33.20% from 255 or 15.58% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC854 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC854 is #0037AB. Grayscale: #CBCBCB. Windows color (decimal): -14252 or 5556479. OLE color: 5556479.
HSL color Cylindrical-coordinate representation of color #FFC854: hue angle of 40.7º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFC854 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 84 | - |
| CMYK | 0 | 0.22 | 0.67 | 0 |
| HSL | 40.7º | 1% | 0.66% | - |
| HSV(B) | 40.7º | 0.67% | 1% | - |
| XYZ | 63.49 | 63.21 | 17.24 | - |
| YUV | 203.22 | 60.72 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 84 | 0 | 0.22 | 0.67 | 0 | 40.7 | 1 | 0.66 |
| Hex | FF | C8 | 54 | 0 | 16 | 43 | 0 | 29 | 64 | 42 |
| Octal | 377 | 310 | 124 | 0 | 26 | 103 | 0 | 51 | 144 | 102 |
| Binary | 11111111 | 11001000 | 1010100 | 0 | 10110 | 1000011 | 0 | 101001 | 1100100 | 1000010 |
Color Harmonies of #FFC854
Complementary color
Monochromatic Colors of #FFC854
Black with #FFC854
Text Example
Text Example
White with #FFC854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC854; }
p { color: rgb(255,200,84); }
H1.HeaderClassName
{
color: #FFC854;
}
.AnyTagClassName
{
color: #FFC854;
}
</style>
background-color css
<style>
a { background-color: #FFC854; }
a { background-color: rgb(255,200,84); }
div.DivClassName
{
background-color: #FFC854;
}
.BgClassName
{
background-color: #FFC854;
}
</style>
border-color css
<style>
span { border-color: #FFC854; }
span { border-color: rgb(255,200,84); }
td.TdClassName
{
border-color: #FFC854;
}
.TagClassName
{
border-color: #FFC854;
}
</style>