Shades of Golden Tainoi #FBC34E
Tints of Golden Tainoi #FBC34E
RGB
CMYK
RGB Variations
Color information
#FBC34E (or 0xFBC34E) is known color: Golden Tainoi. HEX triplet: FB, C3 and 4E. RGB value is (251,195,78). Sum of RGB (Red+Green+Blue) = 251+195+78=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 195 (76.56% from 255 or 37.21% from 524); Blue value is 78 (30.86% from 255 or 14.89% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC34E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC34E is #043CB1. Grayscale: #C6C6C6. Windows color (decimal): -277682 or 5161979. OLE color: 5161979.
HSL color Cylindrical-coordinate representation of color #FBC34E: hue angle of 40.58º 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 #FBC34E is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 195 | 78 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.02 |
| HSL | 40.58º | 0.96% | 0.65% | - |
| HSV(B) | 40.58º | 0.69% | 0.98% | - |
| XYZ | 60.67 | 60.09 | 15.61 | - |
| YUV | 198.41 | 60.05 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 195 | 78 | 0 | 0.22 | 0.69 | 0.02 | 40.58 | 0.96 | 0.65 |
| Hex | FB | C3 | 4E | 0 | 16 | 45 | 2 | 29 | 60 | 41 |
| Octal | 373 | 303 | 116 | 0 | 26 | 105 | 2 | 51 | 140 | 101 |
| Binary | 11111011 | 11000011 | 1001110 | 0 | 10110 | 1000101 | 10 | 101001 | 1100000 | 1000001 |
Color Harmonies of #FBC34E
Complementary color
Monochromatic Colors of #FBC34E
Black with #FBC34E
Text Example
Text Example
White with #FBC34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC34E; }
p { color: rgb(251,195,78); }
H1.HeaderClassName
{
color: #FBC34E;
}
.AnyTagClassName
{
color: #FBC34E;
}
</style>
background-color css
<style>
a { background-color: #FBC34E; }
a { background-color: rgb(251,195,78); }
div.DivClassName
{
background-color: #FBC34E;
}
.BgClassName
{
background-color: #FBC34E;
}
</style>
border-color css
<style>
span { border-color: #FBC34E; }
span { border-color: rgb(251,195,78); }
td.TdClassName
{
border-color: #FBC34E;
}
.TagClassName
{
border-color: #FBC34E;
}
</style>