Shades of Golden Tainoi #FBC744
Tints of Golden Tainoi #FBC744
RGB
CMYK
RGB Variations
Color information
#FBC744 (or 0xFBC744) is known color: Golden Tainoi. HEX triplet: FB, C7 and 44. RGB value is (251,199,68). Sum of RGB (Red+Green+Blue) = 251+199+68=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 199 (78.12% from 255 or 38.42% from 518); Blue value is 68 (26.95% from 255 or 13.13% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC744 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC744 is #0438BB. Grayscale: #C8C8C8. Windows color (decimal): -276668 or 4507643. OLE color: 4507643.
HSL color Cylindrical-coordinate representation of color #FBC744: hue angle of 42.95º 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 #FBC744 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 68 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.02 |
| HSL | 42.95º | 0.96% | 0.63% | - |
| HSV(B) | 42.95º | 0.73% | 0.98% | - |
| XYZ | 61.25 | 61.77 | 14.16 | - |
| YUV | 199.61 | 53.73 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 68 | 0 | 0.21 | 0.73 | 0.02 | 42.95 | 0.96 | 0.63 |
| Hex | FB | C7 | 44 | 0 | 15 | 49 | 2 | 2B | 60 | 3F |
| Octal | 373 | 307 | 104 | 0 | 25 | 111 | 2 | 53 | 140 | 77 |
| Binary | 11111011 | 11000111 | 1000100 | 0 | 10101 | 1001001 | 10 | 101011 | 1100000 | 111111 |
Color Harmonies of #FBC744
Complementary color
Monochromatic Colors of #FBC744
Black with #FBC744
Text Example
Text Example
White with #FBC744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC744; }
p { color: rgb(251,199,68); }
H1.HeaderClassName
{
color: #FBC744;
}
.AnyTagClassName
{
color: #FBC744;
}
</style>
background-color css
<style>
a { background-color: #FBC744; }
a { background-color: rgb(251,199,68); }
div.DivClassName
{
background-color: #FBC744;
}
.BgClassName
{
background-color: #FBC744;
}
</style>
border-color css
<style>
span { border-color: #FBC744; }
span { border-color: rgb(251,199,68); }
td.TdClassName
{
border-color: #FBC744;
}
.TagClassName
{
border-color: #FBC744;
}
</style>