Shades of Golden Tainoi #FCC15B
Tints of Golden Tainoi #FCC15B
RGB
CMYK
RGB Variations
Color information
#FCC15B (or 0xFCC15B) is known color: Golden Tainoi. HEX triplet: FC, C1 and 5B. RGB value is (252,193,91). Sum of RGB (Red+Green+Blue) = 252+193+91=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 91 (35.94% from 255 or 16.98% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC15B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC15B is #033EA4. Grayscale: #C7C7C7. Windows color (decimal): -212645 or 6013436. OLE color: 6013436.
HSL color Cylindrical-coordinate representation of color #FCC15B: hue angle of 38.01º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FCC15B is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 91 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.01 |
| HSL | 38.01º | 0.96% | 0.67% | - |
| HSV(B) | 38.01º | 0.64% | 0.99% | - |
| XYZ | 61.1 | 59.59 | 18.18 | - |
| YUV | 199.01 | 67.05 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 91 | 0 | 0.23 | 0.64 | 0.01 | 38.01 | 0.96 | 0.67 |
| Hex | FC | C1 | 5B | 0 | 17 | 40 | 1 | 26 | 60 | 43 |
| Octal | 374 | 301 | 133 | 0 | 27 | 100 | 1 | 46 | 140 | 103 |
| Binary | 11111100 | 11000001 | 1011011 | 0 | 10111 | 1000000 | 1 | 100110 | 1100000 | 1000011 |
Color Harmonies of #FCC15B
Complementary color
Monochromatic Colors of #FCC15B
Black with #FCC15B
Text Example
Text Example
White with #FCC15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC15B; }
p { color: rgb(252,193,91); }
H1.HeaderClassName
{
color: #FCC15B;
}
.AnyTagClassName
{
color: #FCC15B;
}
</style>
background-color css
<style>
a { background-color: #FCC15B; }
a { background-color: rgb(252,193,91); }
div.DivClassName
{
background-color: #FCC15B;
}
.BgClassName
{
background-color: #FCC15B;
}
</style>
border-color css
<style>
span { border-color: #FCC15B; }
span { border-color: rgb(252,193,91); }
td.TdClassName
{
border-color: #FCC15B;
}
.TagClassName
{
border-color: #FCC15B;
}
</style>