Shades of Golden Tainoi #FFC445
Tints of Golden Tainoi #FFC445
RGB
CMYK
RGB Variations
Color information
#FFC445 (or 0xFFC445) is known color: Golden Tainoi. HEX triplet: FF, C4 and 45. RGB value is (255,196,69). Sum of RGB (Red+Green+Blue) = 255+196+69=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 69 (27.34% from 255 or 13.27% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC445 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC445 is #003BBA. Grayscale: #C7C7C7. Windows color (decimal): -15291 or 4572415. OLE color: 4572415.
HSL color Cylindrical-coordinate representation of color #FFC445: hue angle of 40.97º 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 #FFC445 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 69 | - |
| CMYK | 0 | 0.23 | 0.73 | 0 |
| HSL | 40.97º | 1% | 0.64% | - |
| HSV(B) | 40.97º | 0.73% | 1% | - |
| XYZ | 62.05 | 61.17 | 14.17 | - |
| YUV | 199.16 | 54.55 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 69 | 0 | 0.23 | 0.73 | 0 | 40.97 | 1 | 0.64 |
| Hex | FF | C4 | 45 | 0 | 17 | 49 | 0 | 29 | 64 | 40 |
| Octal | 377 | 304 | 105 | 0 | 27 | 111 | 0 | 51 | 144 | 100 |
| Binary | 11111111 | 11000100 | 1000101 | 0 | 10111 | 1001001 | 0 | 101001 | 1100100 | 1000000 |
Color Harmonies of #FFC445
Complementary color
Monochromatic Colors of #FFC445
Black with #FFC445
Text Example
Text Example
White with #FFC445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC445; }
p { color: rgb(255,196,69); }
H1.HeaderClassName
{
color: #FFC445;
}
.AnyTagClassName
{
color: #FFC445;
}
</style>
background-color css
<style>
a { background-color: #FFC445; }
a { background-color: rgb(255,196,69); }
div.DivClassName
{
background-color: #FFC445;
}
.BgClassName
{
background-color: #FFC445;
}
</style>
border-color css
<style>
span { border-color: #FFC445; }
span { border-color: rgb(255,196,69); }
td.TdClassName
{
border-color: #FFC445;
}
.TagClassName
{
border-color: #FFC445;
}
</style>