Shades of Golden Tainoi #FCBE5B
Tints of Golden Tainoi #FCBE5B
RGB
CMYK
RGB Variations
Color information
#FCBE5B (or 0xFCBE5B) is known color: Golden Tainoi. HEX triplet: FC, BE and 5B. RGB value is (252,190,91). Sum of RGB (Red+Green+Blue) = 252+190+91=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 91 (35.94% from 255 or 17.07% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBE5B is #0341A4. Grayscale: #C5C5C5. Windows color (decimal): -213413 or 6012668. OLE color: 6012668.
HSL color Cylindrical-coordinate representation of color #FCBE5B: hue angle of 36.89º 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 #FCBE5B is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 91 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.01 |
| HSL | 36.89º | 0.96% | 0.67% | - |
| HSV(B) | 36.89º | 0.64% | 0.99% | - |
| XYZ | 60.45 | 58.28 | 17.96 | - |
| YUV | 197.25 | 68.04 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 91 | 0 | 0.25 | 0.64 | 0.01 | 36.89 | 0.96 | 0.67 |
| Hex | FC | BE | 5B | 0 | 19 | 40 | 1 | 25 | 60 | 43 |
| Octal | 374 | 276 | 133 | 0 | 31 | 100 | 1 | 45 | 140 | 103 |
| Binary | 11111100 | 10111110 | 1011011 | 0 | 11001 | 1000000 | 1 | 100101 | 1100000 | 1000011 |
Color Harmonies of #FCBE5B
Complementary color
Monochromatic Colors of #FCBE5B
Black with #FCBE5B
Text Example
Text Example
White with #FCBE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBE5B; }
p { color: rgb(252,190,91); }
H1.HeaderClassName
{
color: #FCBE5B;
}
.AnyTagClassName
{
color: #FCBE5B;
}
</style>
background-color css
<style>
a { background-color: #FCBE5B; }
a { background-color: rgb(252,190,91); }
div.DivClassName
{
background-color: #FCBE5B;
}
.BgClassName
{
background-color: #FCBE5B;
}
</style>
border-color css
<style>
span { border-color: #FCBE5B; }
span { border-color: rgb(252,190,91); }
td.TdClassName
{
border-color: #FCBE5B;
}
.TagClassName
{
border-color: #FCBE5B;
}
</style>