Shades of Golden Tainoi #FCC249
Tints of Golden Tainoi #FCC249
RGB
CMYK
RGB Variations
Color information
#FCC249 (or 0xFCC249) is known color: Golden Tainoi. HEX triplet: FC, C2 and 49. RGB value is (252,194,73). Sum of RGB (Red+Green+Blue) = 252+194+73=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 73 (28.91% from 255 or 14.07% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC249 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC249 is #033DB6. Grayscale: #C6C6C6. Windows color (decimal): -212407 or 4834044. OLE color: 4834044.
HSL color Cylindrical-coordinate representation of color #FCC249: hue angle of 40.56º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FCC249 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 73 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.01 |
| HSL | 40.56º | 0.97% | 0.64% | - |
| HSV(B) | 40.56º | 0.71% | 0.99% | - |
| XYZ | 60.64 | 59.76 | 14.64 | - |
| YUV | 197.55 | 57.72 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 73 | 0 | 0.23 | 0.71 | 0.01 | 40.56 | 0.97 | 0.64 |
| Hex | FC | C2 | 49 | 0 | 17 | 47 | 1 | 29 | 61 | 40 |
| Octal | 374 | 302 | 111 | 0 | 27 | 107 | 1 | 51 | 141 | 100 |
| Binary | 11111100 | 11000010 | 1001001 | 0 | 10111 | 1000111 | 1 | 101001 | 1100001 | 1000000 |
Color Harmonies of #FCC249
Complementary color
Monochromatic Colors of #FCC249
Black with #FCC249
Text Example
Text Example
White with #FCC249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC249; }
p { color: rgb(252,194,73); }
H1.HeaderClassName
{
color: #FCC249;
}
.AnyTagClassName
{
color: #FCC249;
}
</style>
background-color css
<style>
a { background-color: #FCC249; }
a { background-color: rgb(252,194,73); }
div.DivClassName
{
background-color: #FCC249;
}
.BgClassName
{
background-color: #FCC249;
}
</style>
border-color css
<style>
span { border-color: #FCC249; }
span { border-color: rgb(252,194,73); }
td.TdClassName
{
border-color: #FCC249;
}
.TagClassName
{
border-color: #FCC249;
}
</style>