Shades of Golden Tainoi #FBC251
Tints of Golden Tainoi #FBC251
RGB
CMYK
RGB Variations
Color information
#FBC251 (or 0xFBC251) is known color: Golden Tainoi. HEX triplet: FB, C2 and 51. RGB value is (251,194,81). Sum of RGB (Red+Green+Blue) = 251+194+81=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 81 (32.03% from 255 or 15.40% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC251 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC251 is #043DAE. Grayscale: #C6C6C6. Windows color (decimal): -277935 or 5358331. OLE color: 5358331.
HSL color Cylindrical-coordinate representation of color #FBC251: hue angle of 39.88º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FBC251 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 81 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.02 |
| HSL | 39.88º | 0.96% | 0.65% | - |
| HSV(B) | 39.88º | 0.68% | 0.98% | - |
| XYZ | 60.56 | 59.69 | 16.11 | - |
| YUV | 198.16 | 61.88 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 81 | 0 | 0.23 | 0.68 | 0.02 | 39.88 | 0.96 | 0.65 |
| Hex | FB | C2 | 51 | 0 | 17 | 44 | 2 | 28 | 60 | 41 |
| Octal | 373 | 302 | 121 | 0 | 27 | 104 | 2 | 50 | 140 | 101 |
| Binary | 11111011 | 11000010 | 1010001 | 0 | 10111 | 1000100 | 10 | 101000 | 1100000 | 1000001 |
Color Harmonies of #FBC251
Complementary color
Monochromatic Colors of #FBC251
Black with #FBC251
Text Example
Text Example
White with #FBC251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC251; }
p { color: rgb(251,194,81); }
H1.HeaderClassName
{
color: #FBC251;
}
.AnyTagClassName
{
color: #FBC251;
}
</style>
background-color css
<style>
a { background-color: #FBC251; }
a { background-color: rgb(251,194,81); }
div.DivClassName
{
background-color: #FBC251;
}
.BgClassName
{
background-color: #FBC251;
}
</style>
border-color css
<style>
span { border-color: #FBC251; }
span { border-color: rgb(251,194,81); }
td.TdClassName
{
border-color: #FBC251;
}
.TagClassName
{
border-color: #FBC251;
}
</style>