Shades of Golden Tainoi #FCBC5C
Tints of Golden Tainoi #FCBC5C
RGB
CMYK
RGB Variations
Color information
#FCBC5C (or 0xFCBC5C) is known color: Golden Tainoi. HEX triplet: FC, BC and 5C. RGB value is (252,188,92). Sum of RGB (Red+Green+Blue) = 252+188+92=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 92 (36.33% from 255 or 17.29% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBC5C is #0343A3. Grayscale: #C4C4C4. Windows color (decimal): -213924 or 6077692. OLE color: 6077692.
HSL color Cylindrical-coordinate representation of color #FCBC5C: hue angle of 36º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCBC5C is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 92 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.01 |
| HSL | 36º | 0.96% | 0.67% | - |
| HSV(B) | 36º | 0.63% | 0.99% | - |
| XYZ | 60.06 | 57.43 | 18.05 | - |
| YUV | 196.19 | 69.2 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 92 | 0 | 0.25 | 0.63 | 0.01 | 36 | 0.96 | 0.67 |
| Hex | FC | BC | 5C | 0 | 19 | 3F | 1 | 24 | 60 | 43 |
| Octal | 374 | 274 | 134 | 0 | 31 | 77 | 1 | 44 | 140 | 103 |
| Binary | 11111100 | 10111100 | 1011100 | 0 | 11001 | 111111 | 1 | 100100 | 1100000 | 1000011 |
Color Harmonies of #FCBC5C
Complementary color
Monochromatic Colors of #FCBC5C
Black with #FCBC5C
Text Example
Text Example
White with #FCBC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBC5C; }
p { color: rgb(252,188,92); }
H1.HeaderClassName
{
color: #FCBC5C;
}
.AnyTagClassName
{
color: #FCBC5C;
}
</style>
background-color css
<style>
a { background-color: #FCBC5C; }
a { background-color: rgb(252,188,92); }
div.DivClassName
{
background-color: #FCBC5C;
}
.BgClassName
{
background-color: #FCBC5C;
}
</style>
border-color css
<style>
span { border-color: #FCBC5C; }
span { border-color: rgb(252,188,92); }
td.TdClassName
{
border-color: #FCBC5C;
}
.TagClassName
{
border-color: #FCBC5C;
}
</style>