Shades of Golden Tainoi #FFC046
Tints of Golden Tainoi #FFC046
RGB
CMYK
RGB Variations
Color information
#FFC046 (or 0xFFC046) is known color: Golden Tainoi. HEX triplet: FF, C0 and 46. RGB value is (255,192,70). Sum of RGB (Red+Green+Blue) = 255+192+70=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 70 (27.73% from 255 or 13.54% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC046 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC046 is #003FB9. Grayscale: #C5C5C5. Windows color (decimal): -16314 or 4636927. OLE color: 4636927.
HSL color Cylindrical-coordinate representation of color #FFC046: hue angle of 39.57º 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 #FFC046 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 70 | - |
| CMYK | 0 | 0.25 | 0.73 | 0 |
| HSL | 39.57º | 1% | 0.64% | - |
| HSV(B) | 39.57º | 0.73% | 1% | - |
| XYZ | 61.2 | 59.4 | 14.03 | - |
| YUV | 196.93 | 56.37 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 70 | 0 | 0.25 | 0.73 | 0 | 39.57 | 1 | 0.64 |
| Hex | FF | C0 | 46 | 0 | 19 | 49 | 0 | 28 | 64 | 40 |
| Octal | 377 | 300 | 106 | 0 | 31 | 111 | 0 | 50 | 144 | 100 |
| Binary | 11111111 | 11000000 | 1000110 | 0 | 11001 | 1001001 | 0 | 101000 | 1100100 | 1000000 |
Color Harmonies of #FFC046
Complementary color
Monochromatic Colors of #FFC046
Black with #FFC046
Text Example
Text Example
White with #FFC046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC046; }
p { color: rgb(255,192,70); }
H1.HeaderClassName
{
color: #FFC046;
}
.AnyTagClassName
{
color: #FFC046;
}
</style>
background-color css
<style>
a { background-color: #FFC046; }
a { background-color: rgb(255,192,70); }
div.DivClassName
{
background-color: #FFC046;
}
.BgClassName
{
background-color: #FFC046;
}
</style>
border-color css
<style>
span { border-color: #FFC046; }
span { border-color: rgb(255,192,70); }
td.TdClassName
{
border-color: #FFC046;
}
.TagClassName
{
border-color: #FFC046;
}
</style>