Shades of My Sin #FBA646
Tints of My Sin #FBA646
RGB
CMYK
RGB Variations
Color information
#FBA646 (or 0xFBA646) is known color: My Sin. HEX triplet: FB, A6 and 46. RGB value is (251,166,70). Sum of RGB (Red+Green+Blue) = 251+166+70=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 70 (27.73% from 255 or 14.37% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA646 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA646 is #0459B9. Grayscale: #B4B4B4. Windows color (decimal): -285114 or 4630267. OLE color: 4630267.
HSL color Cylindrical-coordinate representation of color #FBA646: hue angle of 31.82º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FBA646 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 70 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.02 |
| HSL | 31.82º | 0.96% | 0.63% | - |
| HSV(B) | 31.82º | 0.72% | 0.98% | - |
| XYZ | 54.53 | 48.22 | 12.23 | - |
| YUV | 180.47 | 65.66 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 70 | 0 | 0.34 | 0.72 | 0.02 | 31.82 | 0.96 | 0.63 |
| Hex | FB | A6 | 46 | 0 | 22 | 48 | 2 | 20 | 60 | 3F |
| Octal | 373 | 246 | 106 | 0 | 42 | 110 | 2 | 40 | 140 | 77 |
| Binary | 11111011 | 10100110 | 1000110 | 0 | 100010 | 1001000 | 10 | 100000 | 1100000 | 111111 |
Color Harmonies of #FBA646
Complementary color
Monochromatic Colors of #FBA646
Black with #FBA646
Text Example
Text Example
White with #FBA646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA646; }
p { color: rgb(251,166,70); }
H1.HeaderClassName
{
color: #FBA646;
}
.AnyTagClassName
{
color: #FBA646;
}
</style>
background-color css
<style>
a { background-color: #FBA646; }
a { background-color: rgb(251,166,70); }
div.DivClassName
{
background-color: #FBA646;
}
.BgClassName
{
background-color: #FBA646;
}
</style>
border-color css
<style>
span { border-color: #FBA646; }
span { border-color: rgb(251,166,70); }
td.TdClassName
{
border-color: #FBA646;
}
.TagClassName
{
border-color: #FBA646;
}
</style>