Shades of Golden Tainoi #FBBE4D
Tints of Golden Tainoi #FBBE4D
RGB
CMYK
RGB Variations
Color information
#FBBE4D (or 0xFBBE4D) is known color: Golden Tainoi. HEX triplet: FB, BE and 4D. RGB value is (251,190,77). Sum of RGB (Red+Green+Blue) = 251+190+77=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 77 (30.47% from 255 or 14.86% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBE4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBE4D is #0441B2. Grayscale: #C3C3C3. Windows color (decimal): -278963 or 5095163. OLE color: 5095163.
HSL color Cylindrical-coordinate representation of color #FBBE4D: hue angle of 38.97º 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 #FBBE4D is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 190 | 77 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.02 |
| HSL | 38.97º | 0.96% | 0.64% | - |
| HSV(B) | 38.97º | 0.69% | 0.98% | - |
| XYZ | 59.54 | 57.87 | 15.05 | - |
| YUV | 195.36 | 61.21 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 190 | 77 | 0 | 0.24 | 0.69 | 0.02 | 38.97 | 0.96 | 0.64 |
| Hex | FB | BE | 4D | 0 | 18 | 45 | 2 | 27 | 60 | 40 |
| Octal | 373 | 276 | 115 | 0 | 30 | 105 | 2 | 47 | 140 | 100 |
| Binary | 11111011 | 10111110 | 1001101 | 0 | 11000 | 1000101 | 10 | 100111 | 1100000 | 1000000 |
Color Harmonies of #FBBE4D
Complementary color
Monochromatic Colors of #FBBE4D
Black with #FBBE4D
Text Example
Text Example
White with #FBBE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBE4D; }
p { color: rgb(251,190,77); }
H1.HeaderClassName
{
color: #FBBE4D;
}
.AnyTagClassName
{
color: #FBBE4D;
}
</style>
background-color css
<style>
a { background-color: #FBBE4D; }
a { background-color: rgb(251,190,77); }
div.DivClassName
{
background-color: #FBBE4D;
}
.BgClassName
{
background-color: #FBBE4D;
}
</style>
border-color css
<style>
span { border-color: #FBBE4D; }
span { border-color: rgb(251,190,77); }
td.TdClassName
{
border-color: #FBBE4D;
}
.TagClassName
{
border-color: #FBBE4D;
}
</style>