Shades of Golden Tainoi #FBC442
Tints of Golden Tainoi #FBC442
RGB
CMYK
RGB Variations
Color information
#FBC442 (or 0xFBC442) is known color: Golden Tainoi. HEX triplet: FB, C4 and 42. RGB value is (251,196,66). Sum of RGB (Red+Green+Blue) = 251+196+66=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 66 (26.17% from 255 or 12.87% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC442 is #043BBD. Grayscale: #C6C6C6. Windows color (decimal): -277438 or 4375803. OLE color: 4375803.
HSL color Cylindrical-coordinate representation of color #FBC442: hue angle of 42.16º 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 #FBC442 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 196 | 66 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.02 |
| HSL | 42.16º | 0.96% | 0.62% | - |
| HSV(B) | 42.16º | 0.74% | 0.98% | - |
| XYZ | 60.51 | 60.38 | 13.62 | - |
| YUV | 197.63 | 53.72 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 196 | 66 | 0 | 0.22 | 0.74 | 0.02 | 42.16 | 0.96 | 0.62 |
| Hex | FB | C4 | 42 | 0 | 16 | 4A | 2 | 2A | 60 | 3E |
| Octal | 373 | 304 | 102 | 0 | 26 | 112 | 2 | 52 | 140 | 76 |
| Binary | 11111011 | 11000100 | 1000010 | 0 | 10110 | 1001010 | 10 | 101010 | 1100000 | 111110 |
Color Harmonies of #FBC442
Complementary color
Monochromatic Colors of #FBC442
Black with #FBC442
Text Example
Text Example
White with #FBC442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC442; }
p { color: rgb(251,196,66); }
H1.HeaderClassName
{
color: #FBC442;
}
.AnyTagClassName
{
color: #FBC442;
}
</style>
background-color css
<style>
a { background-color: #FBC442; }
a { background-color: rgb(251,196,66); }
div.DivClassName
{
background-color: #FBC442;
}
.BgClassName
{
background-color: #FBC442;
}
</style>
border-color css
<style>
span { border-color: #FBC442; }
span { border-color: rgb(251,196,66); }
td.TdClassName
{
border-color: #FBC442;
}
.TagClassName
{
border-color: #FBC442;
}
</style>