Shades of Golden Tainoi #FCC259
Tints of Golden Tainoi #FCC259
RGB
CMYK
RGB Variations
Color information
#FCC259 (or 0xFCC259) is known color: Golden Tainoi. HEX triplet: FC, C2 and 59. RGB value is (252,194,89). Sum of RGB (Red+Green+Blue) = 252+194+89=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 89 (35.16% from 255 or 16.64% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC259 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC259 is #033DA6. Grayscale: #C7C7C7. Windows color (decimal): -212391 or 5882620. OLE color: 5882620.
HSL color Cylindrical-coordinate representation of color #FCC259: hue angle of 38.65º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FCC259 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 89 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.01 |
| HSL | 38.65º | 0.96% | 0.67% | - |
| HSV(B) | 38.65º | 0.65% | 0.99% | - |
| XYZ | 61.24 | 60 | 17.8 | - |
| YUV | 199.37 | 65.72 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 89 | 0 | 0.23 | 0.65 | 0.01 | 38.65 | 0.96 | 0.67 |
| Hex | FC | C2 | 59 | 0 | 17 | 41 | 1 | 27 | 60 | 43 |
| Octal | 374 | 302 | 131 | 0 | 27 | 101 | 1 | 47 | 140 | 103 |
| Binary | 11111100 | 11000010 | 1011001 | 0 | 10111 | 1000001 | 1 | 100111 | 1100000 | 1000011 |
Color Harmonies of #FCC259
Complementary color
Monochromatic Colors of #FCC259
Black with #FCC259
Text Example
Text Example
White with #FCC259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC259; }
p { color: rgb(252,194,89); }
H1.HeaderClassName
{
color: #FCC259;
}
.AnyTagClassName
{
color: #FCC259;
}
</style>
background-color css
<style>
a { background-color: #FCC259; }
a { background-color: rgb(252,194,89); }
div.DivClassName
{
background-color: #FCC259;
}
.BgClassName
{
background-color: #FCC259;
}
</style>
border-color css
<style>
span { border-color: #FCC259; }
span { border-color: rgb(252,194,89); }
td.TdClassName
{
border-color: #FCC259;
}
.TagClassName
{
border-color: #FCC259;
}
</style>