Shades of Golden Tainoi #FBBC50
Tints of Golden Tainoi #FBBC50
RGB
CMYK
RGB Variations
Color information
#FBBC50 (or 0xFBBC50) is known color: Golden Tainoi. HEX triplet: FB, BC and 50. RGB value is (251,188,80). Sum of RGB (Red+Green+Blue) = 251+188+80=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 80 (31.64% from 255 or 15.41% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBC50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBC50 is #0443AF. Grayscale: #C3C3C3. Windows color (decimal): -279472 or 5291259. OLE color: 5291259.
HSL color Cylindrical-coordinate representation of color #FBBC50: hue angle of 37.89º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FBBC50 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 80 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.02 |
| HSL | 37.89º | 0.96% | 0.65% | - |
| HSV(B) | 37.89º | 0.68% | 0.98% | - |
| XYZ | 59.21 | 57.05 | 15.48 | - |
| YUV | 194.53 | 63.37 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 80 | 0 | 0.25 | 0.68 | 0.02 | 37.89 | 0.96 | 0.65 |
| Hex | FB | BC | 50 | 0 | 19 | 44 | 2 | 26 | 60 | 41 |
| Octal | 373 | 274 | 120 | 0 | 31 | 104 | 2 | 46 | 140 | 101 |
| Binary | 11111011 | 10111100 | 1010000 | 0 | 11001 | 1000100 | 10 | 100110 | 1100000 | 1000001 |
Color Harmonies of #FBBC50
Complementary color
Monochromatic Colors of #FBBC50
Black with #FBBC50
Text Example
Text Example
White with #FBBC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBC50; }
p { color: rgb(251,188,80); }
H1.HeaderClassName
{
color: #FBBC50;
}
.AnyTagClassName
{
color: #FBBC50;
}
</style>
background-color css
<style>
a { background-color: #FBBC50; }
a { background-color: rgb(251,188,80); }
div.DivClassName
{
background-color: #FBBC50;
}
.BgClassName
{
background-color: #FBBC50;
}
</style>
border-color css
<style>
span { border-color: #FBBC50; }
span { border-color: rgb(251,188,80); }
td.TdClassName
{
border-color: #FBBC50;
}
.TagClassName
{
border-color: #FBBC50;
}
</style>