Shades of Golden Tainoi #FFC946
Tints of Golden Tainoi #FFC946
RGB
CMYK
RGB Variations
Color information
#FFC946 (or 0xFFC946) is known color: Golden Tainoi. HEX triplet: FF, C9 and 46. RGB value is (255,201,70). Sum of RGB (Red+Green+Blue) = 255+201+70=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 70 (27.73% from 255 or 13.31% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC946 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC946 is #0036B9. Grayscale: #CACACA. Windows color (decimal): -14010 or 4639231. OLE color: 4639231.
HSL color Cylindrical-coordinate representation of color #FFC946: hue angle of 42.49º 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 #FFC946 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 70 | - |
| CMYK | 0 | 0.21 | 0.73 | 0 |
| HSL | 42.49º | 1% | 0.64% | - |
| HSV(B) | 42.49º | 0.73% | 1% | - |
| XYZ | 63.23 | 63.48 | 14.71 | - |
| YUV | 202.21 | 53.39 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 70 | 0 | 0.21 | 0.73 | 0 | 42.49 | 1 | 0.64 |
| Hex | FF | C9 | 46 | 0 | 15 | 49 | 0 | 2A | 64 | 40 |
| Octal | 377 | 311 | 106 | 0 | 25 | 111 | 0 | 52 | 144 | 100 |
| Binary | 11111111 | 11001001 | 1000110 | 0 | 10101 | 1001001 | 0 | 101010 | 1100100 | 1000000 |
Color Harmonies of #FFC946
Complementary color
Monochromatic Colors of #FFC946
Black with #FFC946
Text Example
Text Example
White with #FFC946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC946; }
p { color: rgb(255,201,70); }
H1.HeaderClassName
{
color: #FFC946;
}
.AnyTagClassName
{
color: #FFC946;
}
</style>
background-color css
<style>
a { background-color: #FFC946; }
a { background-color: rgb(255,201,70); }
div.DivClassName
{
background-color: #FFC946;
}
.BgClassName
{
background-color: #FFC946;
}
</style>
border-color css
<style>
span { border-color: #FFC946; }
span { border-color: rgb(255,201,70); }
td.TdClassName
{
border-color: #FFC946;
}
.TagClassName
{
border-color: #FFC946;
}
</style>