Shades of Golden Tainoi #FBC04E
Tints of Golden Tainoi #FBC04E
RGB
CMYK
RGB Variations
Color information
#FBC04E (or 0xFBC04E) is known color: Golden Tainoi. HEX triplet: FB, C0 and 4E. RGB value is (251,192,78). Sum of RGB (Red+Green+Blue) = 251+192+78=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 78 (30.86% from 255 or 14.97% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC04E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC04E is #043FB1. Grayscale: #C5C5C5. Windows color (decimal): -278450 or 5161211. OLE color: 5161211.
HSL color Cylindrical-coordinate representation of color #FBC04E: hue angle of 39.54º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FBC04E is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 78 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.02 |
| HSL | 39.54º | 0.96% | 0.65% | - |
| HSV(B) | 39.54º | 0.69% | 0.98% | - |
| XYZ | 60.01 | 58.76 | 15.39 | - |
| YUV | 196.65 | 61.05 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 78 | 0 | 0.24 | 0.69 | 0.02 | 39.54 | 0.96 | 0.65 |
| Hex | FB | C0 | 4E | 0 | 18 | 45 | 2 | 28 | 60 | 41 |
| Octal | 373 | 300 | 116 | 0 | 30 | 105 | 2 | 50 | 140 | 101 |
| Binary | 11111011 | 11000000 | 1001110 | 0 | 11000 | 1000101 | 10 | 101000 | 1100000 | 1000001 |
Color Harmonies of #FBC04E
Complementary color
Monochromatic Colors of #FBC04E
Black with #FBC04E
Text Example
Text Example
White with #FBC04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC04E; }
p { color: rgb(251,192,78); }
H1.HeaderClassName
{
color: #FBC04E;
}
.AnyTagClassName
{
color: #FBC04E;
}
</style>
background-color css
<style>
a { background-color: #FBC04E; }
a { background-color: rgb(251,192,78); }
div.DivClassName
{
background-color: #FBC04E;
}
.BgClassName
{
background-color: #FBC04E;
}
</style>
border-color css
<style>
span { border-color: #FBC04E; }
span { border-color: rgb(251,192,78); }
td.TdClassName
{
border-color: #FBC04E;
}
.TagClassName
{
border-color: #FBC04E;
}
</style>