Shades of Golden Tainoi #FBC044
Tints of Golden Tainoi #FBC044
RGB
CMYK
RGB Variations
Color information
#FBC044 (or 0xFBC044) is known color: Golden Tainoi. HEX triplet: FB, C0 and 44. RGB value is (251,192,68). Sum of RGB (Red+Green+Blue) = 251+192+68=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 68 (26.95% from 255 or 13.31% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC044 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC044 is #043FBB. Grayscale: #C4C4C4. Windows color (decimal): -278460 or 4505851. OLE color: 4505851.
HSL color Cylindrical-coordinate representation of color #FBC044: hue angle of 40.66º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FBC044 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 68 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.02 |
| HSL | 40.66º | 0.96% | 0.63% | - |
| HSV(B) | 40.66º | 0.73% | 0.98% | - |
| XYZ | 59.68 | 58.63 | 13.64 | - |
| YUV | 195.51 | 56.05 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 68 | 0 | 0.24 | 0.73 | 0.02 | 40.66 | 0.96 | 0.63 |
| Hex | FB | C0 | 44 | 0 | 18 | 49 | 2 | 29 | 60 | 3F |
| Octal | 373 | 300 | 104 | 0 | 30 | 111 | 2 | 51 | 140 | 77 |
| Binary | 11111011 | 11000000 | 1000100 | 0 | 11000 | 1001001 | 10 | 101001 | 1100000 | 111111 |
Color Harmonies of #FBC044
Complementary color
Monochromatic Colors of #FBC044
Black with #FBC044
Text Example
Text Example
White with #FBC044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC044; }
p { color: rgb(251,192,68); }
H1.HeaderClassName
{
color: #FBC044;
}
.AnyTagClassName
{
color: #FBC044;
}
</style>
background-color css
<style>
a { background-color: #FBC044; }
a { background-color: rgb(251,192,68); }
div.DivClassName
{
background-color: #FBC044;
}
.BgClassName
{
background-color: #FBC044;
}
</style>
border-color css
<style>
span { border-color: #FBC044; }
span { border-color: rgb(251,192,68); }
td.TdClassName
{
border-color: #FBC044;
}
.TagClassName
{
border-color: #FBC044;
}
</style>