Shades of Golden Tainoi #FCC146
Tints of Golden Tainoi #FCC146
RGB
CMYK
RGB Variations
Color information
#FCC146 (or 0xFCC146) is known color: Golden Tainoi. HEX triplet: FC, C1 and 46. RGB value is (252,193,70). Sum of RGB (Red+Green+Blue) = 252+193+70=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 70 (27.73% from 255 or 13.59% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC146 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC146 is #033EB9. Grayscale: #C5C5C5. Windows color (decimal): -212666 or 4637180. OLE color: 4637180.
HSL color Cylindrical-coordinate representation of color #FCC146: hue angle of 40.55º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FCC146 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 70 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.01 |
| HSL | 40.55º | 0.97% | 0.63% | - |
| HSV(B) | 40.55º | 0.72% | 0.99% | - |
| XYZ | 60.32 | 59.28 | 14.06 | - |
| YUV | 196.62 | 56.55 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 70 | 0 | 0.23 | 0.72 | 0.01 | 40.55 | 0.97 | 0.63 |
| Hex | FC | C1 | 46 | 0 | 17 | 48 | 1 | 29 | 61 | 3F |
| Octal | 374 | 301 | 106 | 0 | 27 | 110 | 1 | 51 | 141 | 77 |
| Binary | 11111100 | 11000001 | 1000110 | 0 | 10111 | 1001000 | 1 | 101001 | 1100001 | 111111 |
Color Harmonies of #FCC146
Complementary color
Monochromatic Colors of #FCC146
Black with #FCC146
Text Example
Text Example
White with #FCC146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC146; }
p { color: rgb(252,193,70); }
H1.HeaderClassName
{
color: #FCC146;
}
.AnyTagClassName
{
color: #FCC146;
}
</style>
background-color css
<style>
a { background-color: #FCC146; }
a { background-color: rgb(252,193,70); }
div.DivClassName
{
background-color: #FCC146;
}
.BgClassName
{
background-color: #FCC146;
}
</style>
border-color css
<style>
span { border-color: #FCC146; }
span { border-color: rgb(252,193,70); }
td.TdClassName
{
border-color: #FCC146;
}
.TagClassName
{
border-color: #FCC146;
}
</style>