Shades of Golden Tainoi #FCBC5A
Tints of Golden Tainoi #FCBC5A
RGB
CMYK
RGB Variations
Color information
#FCBC5A (or 0xFCBC5A) is known color: Golden Tainoi. HEX triplet: FC, BC and 5A. RGB value is (252,188,90). Sum of RGB (Red+Green+Blue) = 252+188+90=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 90 (35.55% from 255 or 16.98% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBC5A is #0343A5. Grayscale: #C4C4C4. Windows color (decimal): -213926 or 5946620. OLE color: 5946620.
HSL color Cylindrical-coordinate representation of color #FCBC5A: hue angle of 36.3º 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 #FCBC5A is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 90 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.01 |
| HSL | 36.3º | 0.96% | 0.67% | - |
| HSV(B) | 36.3º | 0.64% | 0.99% | - |
| XYZ | 59.97 | 57.4 | 17.59 | - |
| YUV | 195.96 | 68.2 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 90 | 0 | 0.25 | 0.64 | 0.01 | 36.3 | 0.96 | 0.67 |
| Hex | FC | BC | 5A | 0 | 19 | 40 | 1 | 24 | 60 | 43 |
| Octal | 374 | 274 | 132 | 0 | 31 | 100 | 1 | 44 | 140 | 103 |
| Binary | 11111100 | 10111100 | 1011010 | 0 | 11001 | 1000000 | 1 | 100100 | 1100000 | 1000011 |
Color Harmonies of #FCBC5A
Complementary color
Monochromatic Colors of #FCBC5A
Black with #FCBC5A
Text Example
Text Example
White with #FCBC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBC5A; }
p { color: rgb(252,188,90); }
H1.HeaderClassName
{
color: #FCBC5A;
}
.AnyTagClassName
{
color: #FCBC5A;
}
</style>
background-color css
<style>
a { background-color: #FCBC5A; }
a { background-color: rgb(252,188,90); }
div.DivClassName
{
background-color: #FCBC5A;
}
.BgClassName
{
background-color: #FCBC5A;
}
</style>
border-color css
<style>
span { border-color: #FCBC5A; }
span { border-color: rgb(252,188,90); }
td.TdClassName
{
border-color: #FCBC5A;
}
.TagClassName
{
border-color: #FCBC5A;
}
</style>