Shades of Golden Tainoi #FBC05E
Tints of Golden Tainoi #FBC05E
RGB
CMYK
RGB Variations
Color information
#FBC05E (or 0xFBC05E) is known color: Golden Tainoi. HEX triplet: FB, C0 and 5E. RGB value is (251,192,94). Sum of RGB (Red+Green+Blue) = 251+192+94=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 94 (37.11% from 255 or 17.50% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC05E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC05E is #043FA1. Grayscale: #C6C6C6. Windows color (decimal): -278434 or 6209787. OLE color: 6209787.
HSL color Cylindrical-coordinate representation of color #FBC05E: hue angle of 37.45º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBC05E is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 94 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.02 |
| HSL | 37.45º | 0.95% | 0.68% | - |
| HSV(B) | 37.45º | 0.63% | 0.98% | - |
| XYZ | 60.65 | 59.02 | 18.78 | - |
| YUV | 198.47 | 69.05 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 94 | 0 | 0.24 | 0.63 | 0.02 | 37.45 | 0.95 | 0.68 |
| Hex | FB | C0 | 5E | 0 | 18 | 3F | 2 | 25 | 5F | 44 |
| Octal | 373 | 300 | 136 | 0 | 30 | 77 | 2 | 45 | 137 | 104 |
| Binary | 11111011 | 11000000 | 1011110 | 0 | 11000 | 111111 | 10 | 100101 | 1011111 | 1000100 |
Color Harmonies of #FBC05E
Complementary color
Monochromatic Colors of #FBC05E
Black with #FBC05E
Text Example
Text Example
White with #FBC05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC05E; }
p { color: rgb(251,192,94); }
H1.HeaderClassName
{
color: #FBC05E;
}
.AnyTagClassName
{
color: #FBC05E;
}
</style>
background-color css
<style>
a { background-color: #FBC05E; }
a { background-color: rgb(251,192,94); }
div.DivClassName
{
background-color: #FBC05E;
}
.BgClassName
{
background-color: #FBC05E;
}
</style>
border-color css
<style>
span { border-color: #FBC05E; }
span { border-color: rgb(251,192,94); }
td.TdClassName
{
border-color: #FBC05E;
}
.TagClassName
{
border-color: #FBC05E;
}
</style>