Shades of Golden Tainoi #FBC242
Tints of Golden Tainoi #FBC242
RGB
CMYK
RGB Variations
Color information
#FBC242 (or 0xFBC242) is known color: Golden Tainoi. HEX triplet: FB, C2 and 42. RGB value is (251,194,66). Sum of RGB (Red+Green+Blue) = 251+194+66=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 66 (26.17% from 255 or 12.92% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC242 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC242 is #043DBD. Grayscale: #C5C5C5. Windows color (decimal): -277950 or 4375291. OLE color: 4375291.
HSL color Cylindrical-coordinate representation of color #FBC242: hue angle of 41.51º 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 #FBC242 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 66 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.02 |
| HSL | 41.51º | 0.96% | 0.62% | - |
| HSV(B) | 41.51º | 0.74% | 0.98% | - |
| XYZ | 60.06 | 59.49 | 13.47 | - |
| YUV | 196.45 | 54.38 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 66 | 0 | 0.23 | 0.74 | 0.02 | 41.51 | 0.96 | 0.62 |
| Hex | FB | C2 | 42 | 0 | 17 | 4A | 2 | 2A | 60 | 3E |
| Octal | 373 | 302 | 102 | 0 | 27 | 112 | 2 | 52 | 140 | 76 |
| Binary | 11111011 | 11000010 | 1000010 | 0 | 10111 | 1001010 | 10 | 101010 | 1100000 | 111110 |
Color Harmonies of #FBC242
Complementary color
Monochromatic Colors of #FBC242
Black with #FBC242
Text Example
Text Example
White with #FBC242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC242; }
p { color: rgb(251,194,66); }
H1.HeaderClassName
{
color: #FBC242;
}
.AnyTagClassName
{
color: #FBC242;
}
</style>
background-color css
<style>
a { background-color: #FBC242; }
a { background-color: rgb(251,194,66); }
div.DivClassName
{
background-color: #FBC242;
}
.BgClassName
{
background-color: #FBC242;
}
</style>
border-color css
<style>
span { border-color: #FBC242; }
span { border-color: rgb(251,194,66); }
td.TdClassName
{
border-color: #FBC242;
}
.TagClassName
{
border-color: #FBC242;
}
</style>