Shades of Golden Tainoi #FBC44C
Tints of Golden Tainoi #FBC44C
RGB
CMYK
RGB Variations
Color information
#FBC44C (or 0xFBC44C) is known color: Golden Tainoi. HEX triplet: FB, C4 and 4C. RGB value is (251,196,76). Sum of RGB (Red+Green+Blue) = 251+196+76=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 76 (30.08% from 255 or 14.53% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC44C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC44C is #043BB3. Grayscale: #C7C7C7. Windows color (decimal): -277428 or 5031163. OLE color: 5031163.
HSL color Cylindrical-coordinate representation of color #FBC44C: hue angle of 41.14º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FBC44C is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 196 | 76 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.02 |
| HSL | 41.14º | 0.96% | 0.64% | - |
| HSV(B) | 41.14º | 0.7% | 0.98% | - |
| XYZ | 60.83 | 60.51 | 15.31 | - |
| YUV | 198.77 | 58.72 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 196 | 76 | 0 | 0.22 | 0.70 | 0.02 | 41.14 | 0.96 | 0.64 |
| Hex | FB | C4 | 4C | 0 | 16 | 46 | 2 | 29 | 60 | 40 |
| Octal | 373 | 304 | 114 | 0 | 26 | 106 | 2 | 51 | 140 | 100 |
| Binary | 11111011 | 11000100 | 1001100 | 0 | 10110 | 1000110 | 10 | 101001 | 1100000 | 1000000 |
Color Harmonies of #FBC44C
Complementary color
Monochromatic Colors of #FBC44C
Black with #FBC44C
Text Example
Text Example
White with #FBC44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC44C; }
p { color: rgb(251,196,76); }
H1.HeaderClassName
{
color: #FBC44C;
}
.AnyTagClassName
{
color: #FBC44C;
}
</style>
background-color css
<style>
a { background-color: #FBC44C; }
a { background-color: rgb(251,196,76); }
div.DivClassName
{
background-color: #FBC44C;
}
.BgClassName
{
background-color: #FBC44C;
}
</style>
border-color css
<style>
span { border-color: #FBC44C; }
span { border-color: rgb(251,196,76); }
td.TdClassName
{
border-color: #FBC44C;
}
.TagClassName
{
border-color: #FBC44C;
}
</style>