Shades of Golden Tainoi #FCC050
Tints of Golden Tainoi #FCC050
RGB
CMYK
RGB Variations
Color information
#FCC050 (or 0xFCC050) is known color: Golden Tainoi. HEX triplet: FC, C0 and 50. RGB value is (252,192,80). Sum of RGB (Red+Green+Blue) = 252+192+80=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 80 (31.64% from 255 or 15.27% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC050 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC050 is #033FAF. Grayscale: #C5C5C5. Windows color (decimal): -212912 or 5292284. OLE color: 5292284.
HSL color Cylindrical-coordinate representation of color #FCC050: hue angle of 39.07º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FCC050 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 80 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.01 |
| HSL | 39.07º | 0.97% | 0.65% | - |
| HSV(B) | 39.07º | 0.68% | 0.99% | - |
| XYZ | 60.44 | 58.97 | 15.79 | - |
| YUV | 197.17 | 61.88 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 80 | 0 | 0.24 | 0.68 | 0.01 | 39.07 | 0.97 | 0.65 |
| Hex | FC | C0 | 50 | 0 | 18 | 44 | 1 | 27 | 61 | 41 |
| Octal | 374 | 300 | 120 | 0 | 30 | 104 | 1 | 47 | 141 | 101 |
| Binary | 11111100 | 11000000 | 1010000 | 0 | 11000 | 1000100 | 1 | 100111 | 1100001 | 1000001 |
Color Harmonies of #FCC050
Complementary color
Monochromatic Colors of #FCC050
Black with #FCC050
Text Example
Text Example
White with #FCC050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC050; }
p { color: rgb(252,192,80); }
H1.HeaderClassName
{
color: #FCC050;
}
.AnyTagClassName
{
color: #FCC050;
}
</style>
background-color css
<style>
a { background-color: #FCC050; }
a { background-color: rgb(252,192,80); }
div.DivClassName
{
background-color: #FCC050;
}
.BgClassName
{
background-color: #FCC050;
}
</style>
border-color css
<style>
span { border-color: #FCC050; }
span { border-color: rgb(252,192,80); }
td.TdClassName
{
border-color: #FCC050;
}
.TagClassName
{
border-color: #FCC050;
}
</style>