Shades of Golden Tainoi #FBBC4D
Tints of Golden Tainoi #FBBC4D
RGB
CMYK
RGB Variations
Color information
#FBBC4D (or 0xFBBC4D) is known color: Golden Tainoi. HEX triplet: FB, BC and 4D. RGB value is (251,188,77). Sum of RGB (Red+Green+Blue) = 251+188+77=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 77 (30.47% from 255 or 14.92% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBC4D is #0443B2. Grayscale: #C2C2C2. Windows color (decimal): -279475 or 5094651. OLE color: 5094651.
HSL color Cylindrical-coordinate representation of color #FBBC4D: hue angle of 38.28º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FBBC4D is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 77 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.02 |
| HSL | 38.28º | 0.96% | 0.64% | - |
| HSV(B) | 38.28º | 0.69% | 0.98% | - |
| XYZ | 59.11 | 57.01 | 14.91 | - |
| YUV | 194.18 | 61.87 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 77 | 0 | 0.25 | 0.69 | 0.02 | 38.28 | 0.96 | 0.64 |
| Hex | FB | BC | 4D | 0 | 19 | 45 | 2 | 26 | 60 | 40 |
| Octal | 373 | 274 | 115 | 0 | 31 | 105 | 2 | 46 | 140 | 100 |
| Binary | 11111011 | 10111100 | 1001101 | 0 | 11001 | 1000101 | 10 | 100110 | 1100000 | 1000000 |
Color Harmonies of #FBBC4D
Complementary color
Monochromatic Colors of #FBBC4D
Black with #FBBC4D
Text Example
Text Example
White with #FBBC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBC4D; }
p { color: rgb(251,188,77); }
H1.HeaderClassName
{
color: #FBBC4D;
}
.AnyTagClassName
{
color: #FBBC4D;
}
</style>
background-color css
<style>
a { background-color: #FBBC4D; }
a { background-color: rgb(251,188,77); }
div.DivClassName
{
background-color: #FBBC4D;
}
.BgClassName
{
background-color: #FBBC4D;
}
</style>
border-color css
<style>
span { border-color: #FBBC4D; }
span { border-color: rgb(251,188,77); }
td.TdClassName
{
border-color: #FBBC4D;
}
.TagClassName
{
border-color: #FBBC4D;
}
</style>