Shades of Golden Tainoi #FCC245
Tints of Golden Tainoi #FCC245
RGB
CMYK
RGB Variations
Color information
#FCC245 (or 0xFCC245) is known color: Golden Tainoi. HEX triplet: FC, C2 and 45. RGB value is (252,194,69). Sum of RGB (Red+Green+Blue) = 252+194+69=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 69 (27.34% from 255 or 13.40% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC245 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC245 is #033DBA. Grayscale: #C5C5C5. Windows color (decimal): -212411 or 4571900. OLE color: 4571900.
HSL color Cylindrical-coordinate representation of color #FCC245: hue angle of 40.98º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FCC245 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 69 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.01 |
| HSL | 40.98º | 0.97% | 0.63% | - |
| HSV(B) | 40.98º | 0.73% | 0.99% | - |
| XYZ | 60.51 | 59.71 | 13.97 | - |
| YUV | 197.09 | 55.72 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 69 | 0 | 0.23 | 0.73 | 0.01 | 40.98 | 0.97 | 0.63 |
| Hex | FC | C2 | 45 | 0 | 17 | 49 | 1 | 29 | 61 | 3F |
| Octal | 374 | 302 | 105 | 0 | 27 | 111 | 1 | 51 | 141 | 77 |
| Binary | 11111100 | 11000010 | 1000101 | 0 | 10111 | 1001001 | 1 | 101001 | 1100001 | 111111 |
Color Harmonies of #FCC245
Complementary color
Monochromatic Colors of #FCC245
Black with #FCC245
Text Example
Text Example
White with #FCC245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC245; }
p { color: rgb(252,194,69); }
H1.HeaderClassName
{
color: #FCC245;
}
.AnyTagClassName
{
color: #FCC245;
}
</style>
background-color css
<style>
a { background-color: #FCC245; }
a { background-color: rgb(252,194,69); }
div.DivClassName
{
background-color: #FCC245;
}
.BgClassName
{
background-color: #FCC245;
}
</style>
border-color css
<style>
span { border-color: #FCC245; }
span { border-color: rgb(252,194,69); }
td.TdClassName
{
border-color: #FCC245;
}
.TagClassName
{
border-color: #FCC245;
}
</style>