Shades of Golden Tainoi #FCBC5E
Tints of Golden Tainoi #FCBC5E
RGB
CMYK
RGB Variations
Color information
#FCBC5E (or 0xFCBC5E) is known color: Golden Tainoi. HEX triplet: FC, BC and 5E. RGB value is (252,188,94). Sum of RGB (Red+Green+Blue) = 252+188+94=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 94 (37.11% from 255 or 17.60% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBC5E is #0343A1. Grayscale: #C4C4C4. Windows color (decimal): -213922 or 6208764. OLE color: 6208764.
HSL color Cylindrical-coordinate representation of color #FCBC5E: hue angle of 35.7º 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 #FCBC5E is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 94 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.01 |
| HSL | 35.7º | 0.96% | 0.68% | - |
| HSV(B) | 35.7º | 0.63% | 0.99% | - |
| XYZ | 60.15 | 57.47 | 18.51 | - |
| YUV | 196.42 | 70.2 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 94 | 0 | 0.25 | 0.63 | 0.01 | 35.7 | 0.96 | 0.68 |
| Hex | FC | BC | 5E | 0 | 19 | 3F | 1 | 24 | 60 | 44 |
| Octal | 374 | 274 | 136 | 0 | 31 | 77 | 1 | 44 | 140 | 104 |
| Binary | 11111100 | 10111100 | 1011110 | 0 | 11001 | 111111 | 1 | 100100 | 1100000 | 1000100 |
Color Harmonies of #FCBC5E
Complementary color
Monochromatic Colors of #FCBC5E
Black with #FCBC5E
Text Example
Text Example
White with #FCBC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBC5E; }
p { color: rgb(252,188,94); }
H1.HeaderClassName
{
color: #FCBC5E;
}
.AnyTagClassName
{
color: #FCBC5E;
}
</style>
background-color css
<style>
a { background-color: #FCBC5E; }
a { background-color: rgb(252,188,94); }
div.DivClassName
{
background-color: #FCBC5E;
}
.BgClassName
{
background-color: #FCBC5E;
}
</style>
border-color css
<style>
span { border-color: #FCBC5E; }
span { border-color: rgb(252,188,94); }
td.TdClassName
{
border-color: #FCBC5E;
}
.TagClassName
{
border-color: #FCBC5E;
}
</style>