Shades of Golden Tainoi #FBBC4C
Tints of Golden Tainoi #FBBC4C
RGB
CMYK
RGB Variations
Color information
#FBBC4C (or 0xFBBC4C) is known color: Golden Tainoi. HEX triplet: FB, BC and 4C. RGB value is (251,188,76). Sum of RGB (Red+Green+Blue) = 251+188+76=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 76 (30.08% from 255 or 14.76% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBC4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBC4C is #0443B3. Grayscale: #C2C2C2. Windows color (decimal): -279476 or 5029115. OLE color: 5029115.
HSL color Cylindrical-coordinate representation of color #FBBC4C: hue angle of 38.4º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FBBC4C is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 76 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.02 |
| HSL | 38.4º | 0.96% | 0.64% | - |
| HSV(B) | 38.4º | 0.7% | 0.98% | - |
| XYZ | 59.07 | 57 | 14.73 | - |
| YUV | 194.07 | 61.37 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 76 | 0 | 0.25 | 0.70 | 0.02 | 38.4 | 0.96 | 0.64 |
| Hex | FB | BC | 4C | 0 | 19 | 46 | 2 | 26 | 60 | 40 |
| Octal | 373 | 274 | 114 | 0 | 31 | 106 | 2 | 46 | 140 | 100 |
| Binary | 11111011 | 10111100 | 1001100 | 0 | 11001 | 1000110 | 10 | 100110 | 1100000 | 1000000 |
Color Harmonies of #FBBC4C
Complementary color
Monochromatic Colors of #FBBC4C
Black with #FBBC4C
Text Example
Text Example
White with #FBBC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBC4C; }
p { color: rgb(251,188,76); }
H1.HeaderClassName
{
color: #FBBC4C;
}
.AnyTagClassName
{
color: #FBBC4C;
}
</style>
background-color css
<style>
a { background-color: #FBBC4C; }
a { background-color: rgb(251,188,76); }
div.DivClassName
{
background-color: #FBBC4C;
}
.BgClassName
{
background-color: #FBBC4C;
}
</style>
border-color css
<style>
span { border-color: #FBBC4C; }
span { border-color: rgb(251,188,76); }
td.TdClassName
{
border-color: #FBBC4C;
}
.TagClassName
{
border-color: #FBBC4C;
}
</style>