Shades of Golden Tainoi #FBBD4D
Tints of Golden Tainoi #FBBD4D
RGB
CMYK
RGB Variations
Color information
#FBBD4D (or 0xFBBD4D) is known color: Golden Tainoi. HEX triplet: FB, BD and 4D. RGB value is (251,189,77). Sum of RGB (Red+Green+Blue) = 251+189+77=517 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.55% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 77 (30.47% from 255 or 14.89% from 517); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBD4D is #0442B2. Grayscale: #C3C3C3. Windows color (decimal): -279219 or 5094907. OLE color: 5094907.
HSL color Cylindrical-coordinate representation of color #FBBD4D: hue angle of 38.62º 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 #FBBD4D is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 189 | 77 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.02 |
| HSL | 38.62º | 0.96% | 0.64% | - |
| HSV(B) | 38.62º | 0.69% | 0.98% | - |
| XYZ | 59.32 | 57.44 | 14.98 | - |
| YUV | 194.77 | 61.54 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 77 | 0 | 0.25 | 0.69 | 0.02 | 38.62 | 0.96 | 0.64 |
| Hex | FB | BD | 4D | 0 | 19 | 45 | 2 | 27 | 60 | 40 |
| Octal | 373 | 275 | 115 | 0 | 31 | 105 | 2 | 47 | 140 | 100 |
| Binary | 11111011 | 10111101 | 1001101 | 0 | 11001 | 1000101 | 10 | 100111 | 1100000 | 1000000 |
Color Harmonies of #FBBD4D
Complementary color
Monochromatic Colors of #FBBD4D
Black with #FBBD4D
Text Example
Text Example
White with #FBBD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBD4D; }
p { color: rgb(251,189,77); }
H1.HeaderClassName
{
color: #FBBD4D;
}
.AnyTagClassName
{
color: #FBBD4D;
}
</style>
background-color css
<style>
a { background-color: #FBBD4D; }
a { background-color: rgb(251,189,77); }
div.DivClassName
{
background-color: #FBBD4D;
}
.BgClassName
{
background-color: #FBBD4D;
}
</style>
border-color css
<style>
span { border-color: #FBBD4D; }
span { border-color: rgb(251,189,77); }
td.TdClassName
{
border-color: #FBBD4D;
}
.TagClassName
{
border-color: #FBBD4D;
}
</style>