Shades of Golden Tainoi #FFC544
Tints of Golden Tainoi #FFC544
RGB
CMYK
RGB Variations
Color information
#FFC544 (or 0xFFC544) is known color: Golden Tainoi. HEX triplet: FF, C5 and 44. RGB value is (255,197,68). Sum of RGB (Red+Green+Blue) = 255+197+68=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 68 (26.95% from 255 or 13.08% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC544 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC544 is #003ABB. Grayscale: #C8C8C8. Windows color (decimal): -15036 or 4507135. OLE color: 4507135.
HSL color Cylindrical-coordinate representation of color #FFC544: hue angle of 41.39º 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 #FFC544 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 68 | - |
| CMYK | 0 | 0.23 | 0.73 | 0 |
| HSL | 41.39º | 1% | 0.63% | - |
| HSV(B) | 41.39º | 0.73% | 1% | - |
| XYZ | 62.25 | 61.61 | 14.08 | - |
| YUV | 199.64 | 53.72 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 68 | 0 | 0.23 | 0.73 | 0 | 41.39 | 1 | 0.63 |
| Hex | FF | C5 | 44 | 0 | 17 | 49 | 0 | 29 | 64 | 3F |
| Octal | 377 | 305 | 104 | 0 | 27 | 111 | 0 | 51 | 144 | 77 |
| Binary | 11111111 | 11000101 | 1000100 | 0 | 10111 | 1001001 | 0 | 101001 | 1100100 | 111111 |
Color Harmonies of #FFC544
Complementary color
Monochromatic Colors of #FFC544
Black with #FFC544
Text Example
Text Example
White with #FFC544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC544; }
p { color: rgb(255,197,68); }
H1.HeaderClassName
{
color: #FFC544;
}
.AnyTagClassName
{
color: #FFC544;
}
</style>
background-color css
<style>
a { background-color: #FFC544; }
a { background-color: rgb(255,197,68); }
div.DivClassName
{
background-color: #FFC544;
}
.BgClassName
{
background-color: #FFC544;
}
</style>
border-color css
<style>
span { border-color: #FFC544; }
span { border-color: rgb(255,197,68); }
td.TdClassName
{
border-color: #FFC544;
}
.TagClassName
{
border-color: #FFC544;
}
</style>