Shades of Golden Tainoi #FCBD5B
Tints of Golden Tainoi #FCBD5B
RGB
CMYK
RGB Variations
Color information
#FCBD5B (or 0xFCBD5B) is known color: Golden Tainoi. HEX triplet: FC, BD and 5B. RGB value is (252,189,91). Sum of RGB (Red+Green+Blue) = 252+189+91=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 91 (35.94% from 255 or 17.11% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBD5B is #0342A4. Grayscale: #C5C5C5. Windows color (decimal): -213669 or 6012412. OLE color: 6012412.
HSL color Cylindrical-coordinate representation of color #FCBD5B: hue angle of 36.52º 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 #FCBD5B is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 91 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.01 |
| HSL | 36.52º | 0.96% | 0.67% | - |
| HSV(B) | 36.52º | 0.64% | 0.99% | - |
| XYZ | 60.23 | 57.85 | 17.89 | - |
| YUV | 196.67 | 68.37 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 91 | 0 | 0.25 | 0.64 | 0.01 | 36.52 | 0.96 | 0.67 |
| Hex | FC | BD | 5B | 0 | 19 | 40 | 1 | 25 | 60 | 43 |
| Octal | 374 | 275 | 133 | 0 | 31 | 100 | 1 | 45 | 140 | 103 |
| Binary | 11111100 | 10111101 | 1011011 | 0 | 11001 | 1000000 | 1 | 100101 | 1100000 | 1000011 |
Color Harmonies of #FCBD5B
Complementary color
Monochromatic Colors of #FCBD5B
Black with #FCBD5B
Text Example
Text Example
White with #FCBD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBD5B; }
p { color: rgb(252,189,91); }
H1.HeaderClassName
{
color: #FCBD5B;
}
.AnyTagClassName
{
color: #FCBD5B;
}
</style>
background-color css
<style>
a { background-color: #FCBD5B; }
a { background-color: rgb(252,189,91); }
div.DivClassName
{
background-color: #FCBD5B;
}
.BgClassName
{
background-color: #FCBD5B;
}
</style>
border-color css
<style>
span { border-color: #FCBD5B; }
span { border-color: rgb(252,189,91); }
td.TdClassName
{
border-color: #FCBD5B;
}
.TagClassName
{
border-color: #FCBD5B;
}
</style>