Shades of Golden Tainoi #FCC05E
Tints of Golden Tainoi #FCC05E
RGB
CMYK
RGB Variations
Color information
#FCC05E (or 0xFCC05E) is known color: Golden Tainoi. HEX triplet: FC, C0 and 5E. RGB value is (252,192,94). Sum of RGB (Red+Green+Blue) = 252+192+94=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 94 (37.11% from 255 or 17.47% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC05E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC05E is #033FA1. Grayscale: #C7C7C7. Windows color (decimal): -212898 or 6209788. OLE color: 6209788.
HSL color Cylindrical-coordinate representation of color #FCC05E: hue angle of 37.22º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCC05E is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 94 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.01 |
| HSL | 37.22º | 0.96% | 0.68% | - |
| HSV(B) | 37.22º | 0.63% | 0.99% | - |
| XYZ | 61.01 | 59.2 | 18.8 | - |
| YUV | 198.77 | 68.88 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 94 | 0 | 0.24 | 0.63 | 0.01 | 37.22 | 0.96 | 0.68 |
| Hex | FC | C0 | 5E | 0 | 18 | 3F | 1 | 25 | 60 | 44 |
| Octal | 374 | 300 | 136 | 0 | 30 | 77 | 1 | 45 | 140 | 104 |
| Binary | 11111100 | 11000000 | 1011110 | 0 | 11000 | 111111 | 1 | 100101 | 1100000 | 1000100 |
Color Harmonies of #FCC05E
Complementary color
Monochromatic Colors of #FCC05E
Black with #FCC05E
Text Example
Text Example
White with #FCC05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC05E; }
p { color: rgb(252,192,94); }
H1.HeaderClassName
{
color: #FCC05E;
}
.AnyTagClassName
{
color: #FCC05E;
}
</style>
background-color css
<style>
a { background-color: #FCC05E; }
a { background-color: rgb(252,192,94); }
div.DivClassName
{
background-color: #FCC05E;
}
.BgClassName
{
background-color: #FCC05E;
}
</style>
border-color css
<style>
span { border-color: #FCC05E; }
span { border-color: rgb(252,192,94); }
td.TdClassName
{
border-color: #FCC05E;
}
.TagClassName
{
border-color: #FCC05E;
}
</style>