Shades of Golden Tainoi #FBC25B
Tints of Golden Tainoi #FBC25B
RGB
CMYK
RGB Variations
Color information
#FBC25B (or 0xFBC25B) is known color: Golden Tainoi. HEX triplet: FB, C2 and 5B. RGB value is (251,194,91). Sum of RGB (Red+Green+Blue) = 251+194+91=536 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.83% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 91 (35.94% from 255 or 16.98% from 536); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC25B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC25B is #043DA4. Grayscale: #C7C7C7. Windows color (decimal): -277925 or 6013691. OLE color: 6013691.
HSL color Cylindrical-coordinate representation of color #FBC25B: hue angle of 38.62º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FBC25B is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 91 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.02 |
| HSL | 38.63º | 0.95% | 0.67% | - |
| HSV(B) | 38.63º | 0.64% | 0.98% | - |
| XYZ | 60.96 | 59.85 | 18.24 | - |
| YUV | 199.3 | 66.88 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 91 | 0 | 0.23 | 0.64 | 0.02 | 38.63 | 0.95 | 0.67 |
| Hex | FB | C2 | 5B | 0 | 17 | 40 | 2 | 27 | 5F | 43 |
| Octal | 373 | 302 | 133 | 0 | 27 | 100 | 2 | 47 | 137 | 103 |
| Binary | 11111011 | 11000010 | 1011011 | 0 | 10111 | 1000000 | 10 | 100111 | 1011111 | 1000011 |
Color Harmonies of #FBC25B
Complementary color
Monochromatic Colors of #FBC25B
Black with #FBC25B
Text Example
Text Example
White with #FBC25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC25B; }
p { color: rgb(251,194,91); }
H1.HeaderClassName
{
color: #FBC25B;
}
.AnyTagClassName
{
color: #FBC25B;
}
</style>
background-color css
<style>
a { background-color: #FBC25B; }
a { background-color: rgb(251,194,91); }
div.DivClassName
{
background-color: #FBC25B;
}
.BgClassName
{
background-color: #FBC25B;
}
</style>
border-color css
<style>
span { border-color: #FBC25B; }
span { border-color: rgb(251,194,91); }
td.TdClassName
{
border-color: #FBC25B;
}
.TagClassName
{
border-color: #FBC25B;
}
</style>