Shades of Golden Tainoi #FFC545
Tints of Golden Tainoi #FFC545
RGB
CMYK
RGB Variations
Color information
#FFC545 (or 0xFFC545) is known color: Golden Tainoi. HEX triplet: FF, C5 and 45. RGB value is (255,197,69). Sum of RGB (Red+Green+Blue) = 255+197+69=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 69 (27.34% from 255 or 13.24% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC545 is #003ABA. Grayscale: #C8C8C8. Windows color (decimal): -15035 or 4572671. OLE color: 4572671.
HSL color Cylindrical-coordinate representation of color #FFC545: hue angle of 41.29º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFC545 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 69 | - |
| CMYK | 0 | 0.23 | 0.73 | 0 |
| HSL | 41.29º | 1% | 0.64% | - |
| HSV(B) | 41.29º | 0.73% | 1% | - |
| XYZ | 62.28 | 61.62 | 14.24 | - |
| YUV | 199.75 | 54.22 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 69 | 0 | 0.23 | 0.73 | 0 | 41.29 | 1 | 0.64 |
| Hex | FF | C5 | 45 | 0 | 17 | 49 | 0 | 29 | 64 | 40 |
| Octal | 377 | 305 | 105 | 0 | 27 | 111 | 0 | 51 | 144 | 100 |
| Binary | 11111111 | 11000101 | 1000101 | 0 | 10111 | 1001001 | 0 | 101001 | 1100100 | 1000000 |
Color Harmonies of #FFC545
Complementary color
Monochromatic Colors of #FFC545
Black with #FFC545
Text Example
Text Example
White with #FFC545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC545; }
p { color: rgb(255,197,69); }
H1.HeaderClassName
{
color: #FFC545;
}
.AnyTagClassName
{
color: #FFC545;
}
</style>
background-color css
<style>
a { background-color: #FFC545; }
a { background-color: rgb(255,197,69); }
div.DivClassName
{
background-color: #FFC545;
}
.BgClassName
{
background-color: #FFC545;
}
</style>
border-color css
<style>
span { border-color: #FFC545; }
span { border-color: rgb(255,197,69); }
td.TdClassName
{
border-color: #FFC545;
}
.TagClassName
{
border-color: #FFC545;
}
</style>