Shades of Golden Tainoi #FBC44D
Tints of Golden Tainoi #FBC44D
RGB
CMYK
RGB Variations
Color information
#FBC44D (or 0xFBC44D) is known color: Golden Tainoi. HEX triplet: FB, C4 and 4D. RGB value is (251,196,77). Sum of RGB (Red+Green+Blue) = 251+196+77=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 77 (30.47% from 255 or 14.69% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC44D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC44D is #043BB2. Grayscale: #C7C7C7. Windows color (decimal): -277427 or 5096699. OLE color: 5096699.
HSL color Cylindrical-coordinate representation of color #FBC44D: hue angle of 41.03º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FBC44D is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 196 | 77 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.02 |
| HSL | 41.03º | 0.96% | 0.64% | - |
| HSV(B) | 41.03º | 0.69% | 0.98% | - |
| XYZ | 60.86 | 60.52 | 15.5 | - |
| YUV | 198.88 | 59.22 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 196 | 77 | 0 | 0.22 | 0.69 | 0.02 | 41.03 | 0.96 | 0.64 |
| Hex | FB | C4 | 4D | 0 | 16 | 45 | 2 | 29 | 60 | 40 |
| Octal | 373 | 304 | 115 | 0 | 26 | 105 | 2 | 51 | 140 | 100 |
| Binary | 11111011 | 11000100 | 1001101 | 0 | 10110 | 1000101 | 10 | 101001 | 1100000 | 1000000 |
Color Harmonies of #FBC44D
Complementary color
Monochromatic Colors of #FBC44D
Black with #FBC44D
Text Example
Text Example
White with #FBC44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC44D; }
p { color: rgb(251,196,77); }
H1.HeaderClassName
{
color: #FBC44D;
}
.AnyTagClassName
{
color: #FBC44D;
}
</style>
background-color css
<style>
a { background-color: #FBC44D; }
a { background-color: rgb(251,196,77); }
div.DivClassName
{
background-color: #FBC44D;
}
.BgClassName
{
background-color: #FBC44D;
}
</style>
border-color css
<style>
span { border-color: #FBC44D; }
span { border-color: rgb(251,196,77); }
td.TdClassName
{
border-color: #FBC44D;
}
.TagClassName
{
border-color: #FBC44D;
}
</style>