Shades of Golden Tainoi #FBBC5D
Tints of Golden Tainoi #FBBC5D
RGB
CMYK
RGB Variations
Color information
#FBBC5D (or 0xFBBC5D) is known color: Golden Tainoi. HEX triplet: FB, BC and 5D. RGB value is (251,188,93). Sum of RGB (Red+Green+Blue) = 251+188+93=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 93 (36.72% from 255 or 17.48% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBC5D is #0443A2. Grayscale: #C4C4C4. Windows color (decimal): -279459 or 6143227. OLE color: 6143227.
HSL color Cylindrical-coordinate representation of color #FBBC5D: hue angle of 36.08º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBBC5D is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 93 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.02 |
| HSL | 36.08º | 0.95% | 0.67% | - |
| HSV(B) | 36.08º | 0.63% | 0.98% | - |
| XYZ | 59.74 | 57.27 | 18.26 | - |
| YUV | 196.01 | 69.87 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 93 | 0 | 0.25 | 0.63 | 0.02 | 36.08 | 0.95 | 0.67 |
| Hex | FB | BC | 5D | 0 | 19 | 3F | 2 | 24 | 5F | 43 |
| Octal | 373 | 274 | 135 | 0 | 31 | 77 | 2 | 44 | 137 | 103 |
| Binary | 11111011 | 10111100 | 1011101 | 0 | 11001 | 111111 | 10 | 100100 | 1011111 | 1000011 |
Color Harmonies of #FBBC5D
Complementary color
Monochromatic Colors of #FBBC5D
Black with #FBBC5D
Text Example
Text Example
White with #FBBC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBC5D; }
p { color: rgb(251,188,93); }
H1.HeaderClassName
{
color: #FBBC5D;
}
.AnyTagClassName
{
color: #FBBC5D;
}
</style>
background-color css
<style>
a { background-color: #FBBC5D; }
a { background-color: rgb(251,188,93); }
div.DivClassName
{
background-color: #FBBC5D;
}
.BgClassName
{
background-color: #FBBC5D;
}
</style>
border-color css
<style>
span { border-color: #FBBC5D; }
span { border-color: rgb(251,188,93); }
td.TdClassName
{
border-color: #FBBC5D;
}
.TagClassName
{
border-color: #FBBC5D;
}
</style>