Shades of Golden Tainoi #FFC654
Tints of Golden Tainoi #FFC654
RGB
CMYK
RGB Variations
Color information
#FFC654 (or 0xFFC654) is known color: Golden Tainoi. HEX triplet: FF, C6 and 54. RGB value is (255,198,84). Sum of RGB (Red+Green+Blue) = 255+198+84=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 84 (33.20% from 255 or 15.64% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC654 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC654 is #0039AB. Grayscale: #CACACA. Windows color (decimal): -14764 or 5555967. OLE color: 5555967.
HSL color Cylindrical-coordinate representation of color #FFC654: hue angle of 40º 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 #FFC654 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 84 | - |
| CMYK | 0 | 0.22 | 0.67 | 0 |
| HSL | 40º | 1% | 0.66% | - |
| HSV(B) | 40º | 0.67% | 1% | - |
| XYZ | 63.03 | 62.29 | 17.09 | - |
| YUV | 202.05 | 61.38 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 84 | 0 | 0.22 | 0.67 | 0 | 40 | 1 | 0.66 |
| Hex | FF | C6 | 54 | 0 | 16 | 43 | 0 | 28 | 64 | 42 |
| Octal | 377 | 306 | 124 | 0 | 26 | 103 | 0 | 50 | 144 | 102 |
| Binary | 11111111 | 11000110 | 1010100 | 0 | 10110 | 1000011 | 0 | 101000 | 1100100 | 1000010 |
Color Harmonies of #FFC654
Complementary color
Monochromatic Colors of #FFC654
Black with #FFC654
Text Example
Text Example
White with #FFC654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC654; }
p { color: rgb(255,198,84); }
H1.HeaderClassName
{
color: #FFC654;
}
.AnyTagClassName
{
color: #FFC654;
}
</style>
background-color css
<style>
a { background-color: #FFC654; }
a { background-color: rgb(255,198,84); }
div.DivClassName
{
background-color: #FFC654;
}
.BgClassName
{
background-color: #FFC654;
}
</style>
border-color css
<style>
span { border-color: #FFC654; }
span { border-color: rgb(255,198,84); }
td.TdClassName
{
border-color: #FFC654;
}
.TagClassName
{
border-color: #FFC654;
}
</style>