Shades of Golden Tainoi #FBBB52
Tints of Golden Tainoi #FBBB52
RGB
CMYK
RGB Variations
Color information
#FBBB52 (or 0xFBBB52) is known color: Golden Tainoi. HEX triplet: FB, BB and 52. RGB value is (251,187,82). Sum of RGB (Red+Green+Blue) = 251+187+82=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 82 (32.42% from 255 or 15.77% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBB52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBB52 is #0444AD. Grayscale: #C2C2C2. Windows color (decimal): -279726 or 5422075. OLE color: 5422075.
HSL color Cylindrical-coordinate representation of color #FBBB52: hue angle of 37.28º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FBBB52 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 82 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.02 |
| HSL | 37.28º | 0.95% | 0.65% | - |
| HSV(B) | 37.28º | 0.67% | 0.98% | - |
| XYZ | 59.08 | 56.66 | 15.81 | - |
| YUV | 194.17 | 64.7 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 82 | 0 | 0.25 | 0.67 | 0.02 | 37.28 | 0.95 | 0.65 |
| Hex | FB | BB | 52 | 0 | 19 | 43 | 2 | 25 | 5F | 41 |
| Octal | 373 | 273 | 122 | 0 | 31 | 103 | 2 | 45 | 137 | 101 |
| Binary | 11111011 | 10111011 | 1010010 | 0 | 11001 | 1000011 | 10 | 100101 | 1011111 | 1000001 |
Color Harmonies of #FBBB52
Complementary color
Monochromatic Colors of #FBBB52
Black with #FBBB52
Text Example
Text Example
White with #FBBB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBB52; }
p { color: rgb(251,187,82); }
H1.HeaderClassName
{
color: #FBBB52;
}
.AnyTagClassName
{
color: #FBBB52;
}
</style>
background-color css
<style>
a { background-color: #FBBB52; }
a { background-color: rgb(251,187,82); }
div.DivClassName
{
background-color: #FBBB52;
}
.BgClassName
{
background-color: #FBBB52;
}
</style>
border-color css
<style>
span { border-color: #FBBB52; }
span { border-color: rgb(251,187,82); }
td.TdClassName
{
border-color: #FBBB52;
}
.TagClassName
{
border-color: #FBBB52;
}
</style>