Shades of Golden Tainoi #FBC844
Tints of Golden Tainoi #FBC844
RGB
CMYK
RGB Variations
Color information
#FBC844 (or 0xFBC844) is known color: Golden Tainoi. HEX triplet: FB, C8 and 44. RGB value is (251,200,68). Sum of RGB (Red+Green+Blue) = 251+200+68=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 68 (26.95% from 255 or 13.10% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC844 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC844 is #0437BB. Grayscale: #C8C8C8. Windows color (decimal): -276412 or 4507899. OLE color: 4507899.
HSL color Cylindrical-coordinate representation of color #FBC844: hue angle of 43.28º 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 #FBC844 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 68 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.02 |
| HSL | 43.28º | 0.96% | 0.63% | - |
| HSV(B) | 43.28º | 0.73% | 0.98% | - |
| XYZ | 61.48 | 62.24 | 14.24 | - |
| YUV | 200.2 | 53.4 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 68 | 0 | 0.20 | 0.73 | 0.02 | 43.28 | 0.96 | 0.63 |
| Hex | FB | C8 | 44 | 0 | 14 | 49 | 2 | 2B | 60 | 3F |
| Octal | 373 | 310 | 104 | 0 | 24 | 111 | 2 | 53 | 140 | 77 |
| Binary | 11111011 | 11001000 | 1000100 | 0 | 10100 | 1001001 | 10 | 101011 | 1100000 | 111111 |
Color Harmonies of #FBC844
Complementary color
Monochromatic Colors of #FBC844
Black with #FBC844
Text Example
Text Example
White with #FBC844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC844; }
p { color: rgb(251,200,68); }
H1.HeaderClassName
{
color: #FBC844;
}
.AnyTagClassName
{
color: #FBC844;
}
</style>
background-color css
<style>
a { background-color: #FBC844; }
a { background-color: rgb(251,200,68); }
div.DivClassName
{
background-color: #FBC844;
}
.BgClassName
{
background-color: #FBC844;
}
</style>
border-color css
<style>
span { border-color: #FBC844; }
span { border-color: rgb(251,200,68); }
td.TdClassName
{
border-color: #FBC844;
}
.TagClassName
{
border-color: #FBC844;
}
</style>