Shades of Golden Tainoi #FCC149
Tints of Golden Tainoi #FCC149
RGB
CMYK
RGB Variations
Color information
#FCC149 (or 0xFCC149) is known color: Golden Tainoi. HEX triplet: FC, C1 and 49. RGB value is (252,193,73). Sum of RGB (Red+Green+Blue) = 252+193+73=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 73 (28.91% from 255 or 14.09% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC149 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC149 is #033EB6. Grayscale: #C5C5C5. Windows color (decimal): -212663 or 4833788. OLE color: 4833788.
HSL color Cylindrical-coordinate representation of color #FCC149: hue angle of 40.22º 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 #FCC149 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 73 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.01 |
| HSL | 40.22º | 0.97% | 0.64% | - |
| HSV(B) | 40.22º | 0.71% | 0.99% | - |
| XYZ | 60.42 | 59.32 | 14.57 | - |
| YUV | 196.96 | 58.05 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 73 | 0 | 0.23 | 0.71 | 0.01 | 40.22 | 0.97 | 0.64 |
| Hex | FC | C1 | 49 | 0 | 17 | 47 | 1 | 28 | 61 | 40 |
| Octal | 374 | 301 | 111 | 0 | 27 | 107 | 1 | 50 | 141 | 100 |
| Binary | 11111100 | 11000001 | 1001001 | 0 | 10111 | 1000111 | 1 | 101000 | 1100001 | 1000000 |
Color Harmonies of #FCC149
Complementary color
Monochromatic Colors of #FCC149
Black with #FCC149
Text Example
Text Example
White with #FCC149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC149; }
p { color: rgb(252,193,73); }
H1.HeaderClassName
{
color: #FCC149;
}
.AnyTagClassName
{
color: #FCC149;
}
</style>
background-color css
<style>
a { background-color: #FCC149; }
a { background-color: rgb(252,193,73); }
div.DivClassName
{
background-color: #FCC149;
}
.BgClassName
{
background-color: #FCC149;
}
</style>
border-color css
<style>
span { border-color: #FCC149; }
span { border-color: rgb(252,193,73); }
td.TdClassName
{
border-color: #FCC149;
}
.TagClassName
{
border-color: #FCC149;
}
</style>