Shades of Golden Tainoi #FFC246
Tints of Golden Tainoi #FFC246
RGB
CMYK
RGB Variations
Color information
#FFC246 (or 0xFFC246) is known color: Golden Tainoi. HEX triplet: FF, C2 and 46. RGB value is (255,194,70). Sum of RGB (Red+Green+Blue) = 255+194+70=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 70 (27.73% from 255 or 13.49% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC246 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC246 is #003DB9. Grayscale: #C6C6C6. Windows color (decimal): -15802 or 4637439. OLE color: 4637439.
HSL color Cylindrical-coordinate representation of color #FFC246: hue angle of 40.22º 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 #FFC246 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 70 | - |
| CMYK | 0 | 0.24 | 0.73 | 0 |
| HSL | 40.22º | 1% | 0.64% | - |
| HSV(B) | 40.22º | 0.73% | 1% | - |
| XYZ | 61.64 | 60.29 | 14.18 | - |
| YUV | 198.1 | 55.71 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 70 | 0 | 0.24 | 0.73 | 0 | 40.22 | 1 | 0.64 |
| Hex | FF | C2 | 46 | 0 | 18 | 49 | 0 | 28 | 64 | 40 |
| Octal | 377 | 302 | 106 | 0 | 30 | 111 | 0 | 50 | 144 | 100 |
| Binary | 11111111 | 11000010 | 1000110 | 0 | 11000 | 1001001 | 0 | 101000 | 1100100 | 1000000 |
Color Harmonies of #FFC246
Complementary color
Monochromatic Colors of #FFC246
Black with #FFC246
Text Example
Text Example
White with #FFC246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC246; }
p { color: rgb(255,194,70); }
H1.HeaderClassName
{
color: #FFC246;
}
.AnyTagClassName
{
color: #FFC246;
}
</style>
background-color css
<style>
a { background-color: #FFC246; }
a { background-color: rgb(255,194,70); }
div.DivClassName
{
background-color: #FFC246;
}
.BgClassName
{
background-color: #FFC246;
}
</style>
border-color css
<style>
span { border-color: #FFC246; }
span { border-color: rgb(255,194,70); }
td.TdClassName
{
border-color: #FFC246;
}
.TagClassName
{
border-color: #FFC246;
}
</style>