Shades of Golden Tainoi #FBC142
Tints of Golden Tainoi #FBC142
RGB
CMYK
RGB Variations
Color information
#FBC142 (or 0xFBC142) is known color: Golden Tainoi. HEX triplet: FB, C1 and 42. RGB value is (251,193,66). Sum of RGB (Red+Green+Blue) = 251+193+66=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 66 (26.17% from 255 or 12.94% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC142 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC142 is #043EBD. Grayscale: #C4C4C4. Windows color (decimal): -278206 or 4375035. OLE color: 4375035.
HSL color Cylindrical-coordinate representation of color #FBC142: hue angle of 41.19º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FBC142 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 66 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.02 |
| HSL | 41.19º | 0.96% | 0.62% | - |
| HSV(B) | 41.19º | 0.74% | 0.98% | - |
| XYZ | 59.84 | 59.04 | 13.4 | - |
| YUV | 195.86 | 54.72 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 66 | 0 | 0.23 | 0.74 | 0.02 | 41.19 | 0.96 | 0.62 |
| Hex | FB | C1 | 42 | 0 | 17 | 4A | 2 | 29 | 60 | 3E |
| Octal | 373 | 301 | 102 | 0 | 27 | 112 | 2 | 51 | 140 | 76 |
| Binary | 11111011 | 11000001 | 1000010 | 0 | 10111 | 1001010 | 10 | 101001 | 1100000 | 111110 |
Color Harmonies of #FBC142
Complementary color
Monochromatic Colors of #FBC142
Black with #FBC142
Text Example
Text Example
White with #FBC142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC142; }
p { color: rgb(251,193,66); }
H1.HeaderClassName
{
color: #FBC142;
}
.AnyTagClassName
{
color: #FBC142;
}
</style>
background-color css
<style>
a { background-color: #FBC142; }
a { background-color: rgb(251,193,66); }
div.DivClassName
{
background-color: #FBC142;
}
.BgClassName
{
background-color: #FBC142;
}
</style>
border-color css
<style>
span { border-color: #FBC142; }
span { border-color: rgb(251,193,66); }
td.TdClassName
{
border-color: #FBC142;
}
.TagClassName
{
border-color: #FBC142;
}
</style>