Shades of Golden Tainoi #FFC446
Tints of Golden Tainoi #FFC446
RGB
CMYK
RGB Variations
Color information
#FFC446 (or 0xFFC446) is known color: Golden Tainoi. HEX triplet: FF, C4 and 46. RGB value is (255,196,70). Sum of RGB (Red+Green+Blue) = 255+196+70=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 70 (27.73% from 255 or 13.44% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC446 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC446 is #003BB9. Grayscale: #C7C7C7. Windows color (decimal): -15290 or 4637951. OLE color: 4637951.
HSL color Cylindrical-coordinate representation of color #FFC446: hue angle of 40.86º 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 #FFC446 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 70 | - |
| CMYK | 0 | 0.23 | 0.73 | 0 |
| HSL | 40.86º | 1% | 0.64% | - |
| HSV(B) | 40.86º | 0.73% | 1% | - |
| XYZ | 62.09 | 61.18 | 14.33 | - |
| YUV | 199.28 | 55.05 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 70 | 0 | 0.23 | 0.73 | 0 | 40.86 | 1 | 0.64 |
| Hex | FF | C4 | 46 | 0 | 17 | 49 | 0 | 29 | 64 | 40 |
| Octal | 377 | 304 | 106 | 0 | 27 | 111 | 0 | 51 | 144 | 100 |
| Binary | 11111111 | 11000100 | 1000110 | 0 | 10111 | 1001001 | 0 | 101001 | 1100100 | 1000000 |
Color Harmonies of #FFC446
Complementary color
Monochromatic Colors of #FFC446
Black with #FFC446
Text Example
Text Example
White with #FFC446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC446; }
p { color: rgb(255,196,70); }
H1.HeaderClassName
{
color: #FFC446;
}
.AnyTagClassName
{
color: #FFC446;
}
</style>
background-color css
<style>
a { background-color: #FFC446; }
a { background-color: rgb(255,196,70); }
div.DivClassName
{
background-color: #FFC446;
}
.BgClassName
{
background-color: #FFC446;
}
</style>
border-color css
<style>
span { border-color: #FFC446; }
span { border-color: rgb(255,196,70); }
td.TdClassName
{
border-color: #FFC446;
}
.TagClassName
{
border-color: #FFC446;
}
</style>