Shades of Golden Tainoi #FCC05B
Tints of Golden Tainoi #FCC05B
RGB
CMYK
RGB Variations
Color information
#FCC05B (or 0xFCC05B) is known color: Golden Tainoi. HEX triplet: FC, C0 and 5B. RGB value is (252,192,91). Sum of RGB (Red+Green+Blue) = 252+192+91=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 91 (35.94% from 255 or 17.01% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC05B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC05B is #033FA4. Grayscale: #C6C6C6. Windows color (decimal): -212901 or 6013180. OLE color: 6013180.
HSL color Cylindrical-coordinate representation of color #FCC05B: hue angle of 37.64º 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 #FCC05B is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 91 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.01 |
| HSL | 37.64º | 0.96% | 0.67% | - |
| HSV(B) | 37.64º | 0.64% | 0.99% | - |
| XYZ | 60.88 | 59.15 | 18.11 | - |
| YUV | 198.43 | 67.38 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 91 | 0 | 0.24 | 0.64 | 0.01 | 37.64 | 0.96 | 0.67 |
| Hex | FC | C0 | 5B | 0 | 18 | 40 | 1 | 26 | 60 | 43 |
| Octal | 374 | 300 | 133 | 0 | 30 | 100 | 1 | 46 | 140 | 103 |
| Binary | 11111100 | 11000000 | 1011011 | 0 | 11000 | 1000000 | 1 | 100110 | 1100000 | 1000011 |
Color Harmonies of #FCC05B
Complementary color
Monochromatic Colors of #FCC05B
Black with #FCC05B
Text Example
Text Example
White with #FCC05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC05B; }
p { color: rgb(252,192,91); }
H1.HeaderClassName
{
color: #FCC05B;
}
.AnyTagClassName
{
color: #FCC05B;
}
</style>
background-color css
<style>
a { background-color: #FCC05B; }
a { background-color: rgb(252,192,91); }
div.DivClassName
{
background-color: #FCC05B;
}
.BgClassName
{
background-color: #FCC05B;
}
</style>
border-color css
<style>
span { border-color: #FCC05B; }
span { border-color: rgb(252,192,91); }
td.TdClassName
{
border-color: #FCC05B;
}
.TagClassName
{
border-color: #FCC05B;
}
</style>