Shades of Golden Tainoi #FFC644
Tints of Golden Tainoi #FFC644
RGB
CMYK
RGB Variations
Color information
#FFC644 (or 0xFFC644) is known color: Golden Tainoi. HEX triplet: FF, C6 and 44. RGB value is (255,198,68). Sum of RGB (Red+Green+Blue) = 255+198+68=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 68 (26.95% from 255 or 13.05% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC644 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC644 is #0039BB. Grayscale: #C8C8C8. Windows color (decimal): -14780 or 4507391. OLE color: 4507391.
HSL color Cylindrical-coordinate representation of color #FFC644: hue angle of 41.71º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFC644 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 68 | - |
| CMYK | 0 | 0.22 | 0.73 | 0 |
| HSL | 41.71º | 1% | 0.63% | - |
| HSV(B) | 41.71º | 0.73% | 1% | - |
| XYZ | 62.48 | 62.07 | 14.16 | - |
| YUV | 200.22 | 53.38 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 68 | 0 | 0.22 | 0.73 | 0 | 41.71 | 1 | 0.63 |
| Hex | FF | C6 | 44 | 0 | 16 | 49 | 0 | 2A | 64 | 3F |
| Octal | 377 | 306 | 104 | 0 | 26 | 111 | 0 | 52 | 144 | 77 |
| Binary | 11111111 | 11000110 | 1000100 | 0 | 10110 | 1001001 | 0 | 101010 | 1100100 | 111111 |
Color Harmonies of #FFC644
Complementary color
Monochromatic Colors of #FFC644
Black with #FFC644
Text Example
Text Example
White with #FFC644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC644; }
p { color: rgb(255,198,68); }
H1.HeaderClassName
{
color: #FFC644;
}
.AnyTagClassName
{
color: #FFC644;
}
</style>
background-color css
<style>
a { background-color: #FFC644; }
a { background-color: rgb(255,198,68); }
div.DivClassName
{
background-color: #FFC644;
}
.BgClassName
{
background-color: #FFC644;
}
</style>
border-color css
<style>
span { border-color: #FFC644; }
span { border-color: rgb(255,198,68); }
td.TdClassName
{
border-color: #FFC644;
}
.TagClassName
{
border-color: #FFC644;
}
</style>