Shades of Golden Tainoi #FBC143
Tints of Golden Tainoi #FBC143
RGB
CMYK
RGB Variations
Color information
#FBC143 (or 0xFBC143) is known color: Golden Tainoi. HEX triplet: FB, C1 and 43. RGB value is (251,193,67). Sum of RGB (Red+Green+Blue) = 251+193+67=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 67 (26.56% from 255 or 13.11% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC143 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC143 is #043EBC. Grayscale: #C4C4C4. Windows color (decimal): -278205 or 4440571. OLE color: 4440571.
HSL color Cylindrical-coordinate representation of color #FBC143: hue angle of 41.09º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FBC143 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 67 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.02 |
| HSL | 41.09º | 0.96% | 0.62% | - |
| HSV(B) | 41.09º | 0.73% | 0.98% | - |
| XYZ | 59.87 | 59.05 | 13.55 | - |
| YUV | 195.98 | 55.22 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 67 | 0 | 0.23 | 0.73 | 0.02 | 41.09 | 0.96 | 0.62 |
| Hex | FB | C1 | 43 | 0 | 17 | 49 | 2 | 29 | 60 | 3E |
| Octal | 373 | 301 | 103 | 0 | 27 | 111 | 2 | 51 | 140 | 76 |
| Binary | 11111011 | 11000001 | 1000011 | 0 | 10111 | 1001001 | 10 | 101001 | 1100000 | 111110 |
Color Harmonies of #FBC143
Complementary color
Monochromatic Colors of #FBC143
Black with #FBC143
Text Example
Text Example
White with #FBC143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC143; }
p { color: rgb(251,193,67); }
H1.HeaderClassName
{
color: #FBC143;
}
.AnyTagClassName
{
color: #FBC143;
}
</style>
background-color css
<style>
a { background-color: #FBC143; }
a { background-color: rgb(251,193,67); }
div.DivClassName
{
background-color: #FBC143;
}
.BgClassName
{
background-color: #FBC143;
}
</style>
border-color css
<style>
span { border-color: #FBC143; }
span { border-color: rgb(251,193,67); }
td.TdClassName
{
border-color: #FBC143;
}
.TagClassName
{
border-color: #FBC143;
}
</style>