Shades of Golden Tainoi #FBC250
Tints of Golden Tainoi #FBC250
RGB
CMYK
RGB Variations
Color information
#FBC250 (or 0xFBC250) is known color: Golden Tainoi. HEX triplet: FB, C2 and 50. RGB value is (251,194,80). Sum of RGB (Red+Green+Blue) = 251+194+80=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 80 (31.64% from 255 or 15.24% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC250 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC250 is #043DAF. Grayscale: #C6C6C6. Windows color (decimal): -277936 or 5292795. OLE color: 5292795.
HSL color Cylindrical-coordinate representation of color #FBC250: hue angle of 40º 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 #FBC250 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 80 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.02 |
| HSL | 40º | 0.96% | 0.65% | - |
| HSV(B) | 40º | 0.68% | 0.98% | - |
| XYZ | 60.52 | 59.67 | 15.92 | - |
| YUV | 198.05 | 61.38 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 80 | 0 | 0.23 | 0.68 | 0.02 | 40 | 0.96 | 0.65 |
| Hex | FB | C2 | 50 | 0 | 17 | 44 | 2 | 28 | 60 | 41 |
| Octal | 373 | 302 | 120 | 0 | 27 | 104 | 2 | 50 | 140 | 101 |
| Binary | 11111011 | 11000010 | 1010000 | 0 | 10111 | 1000100 | 10 | 101000 | 1100000 | 1000001 |
Color Harmonies of #FBC250
Complementary color
Monochromatic Colors of #FBC250
Black with #FBC250
Text Example
Text Example
White with #FBC250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC250; }
p { color: rgb(251,194,80); }
H1.HeaderClassName
{
color: #FBC250;
}
.AnyTagClassName
{
color: #FBC250;
}
</style>
background-color css
<style>
a { background-color: #FBC250; }
a { background-color: rgb(251,194,80); }
div.DivClassName
{
background-color: #FBC250;
}
.BgClassName
{
background-color: #FBC250;
}
</style>
border-color css
<style>
span { border-color: #FBC250; }
span { border-color: rgb(251,194,80); }
td.TdClassName
{
border-color: #FBC250;
}
.TagClassName
{
border-color: #FBC250;
}
</style>