Shades of My Sin #FBA746
Tints of My Sin #FBA746
RGB
CMYK
RGB Variations
Color information
#FBA746 (or 0xFBA746) is known color: My Sin. HEX triplet: FB, A7 and 46. RGB value is (251,167,70). Sum of RGB (Red+Green+Blue) = 251+167+70=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 70 (27.73% from 255 or 14.34% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA746 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA746 is #0458B9. Grayscale: #B5B5B5. Windows color (decimal): -284858 or 4630523. OLE color: 4630523.
HSL color Cylindrical-coordinate representation of color #FBA746: hue angle of 32.15º 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 #FBA746 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 70 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.02 |
| HSL | 32.15º | 0.96% | 0.63% | - |
| HSV(B) | 32.15º | 0.72% | 0.98% | - |
| XYZ | 54.71 | 48.59 | 12.29 | - |
| YUV | 181.06 | 65.33 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 70 | 0 | 0.33 | 0.72 | 0.02 | 32.15 | 0.96 | 0.63 |
| Hex | FB | A7 | 46 | 0 | 21 | 48 | 2 | 20 | 60 | 3F |
| Octal | 373 | 247 | 106 | 0 | 41 | 110 | 2 | 40 | 140 | 77 |
| Binary | 11111011 | 10100111 | 1000110 | 0 | 100001 | 1001000 | 10 | 100000 | 1100000 | 111111 |
Color Harmonies of #FBA746
Complementary color
Monochromatic Colors of #FBA746
Black with #FBA746
Text Example
Text Example
White with #FBA746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA746; }
p { color: rgb(251,167,70); }
H1.HeaderClassName
{
color: #FBA746;
}
.AnyTagClassName
{
color: #FBA746;
}
</style>
background-color css
<style>
a { background-color: #FBA746; }
a { background-color: rgb(251,167,70); }
div.DivClassName
{
background-color: #FBA746;
}
.BgClassName
{
background-color: #FBA746;
}
</style>
border-color css
<style>
span { border-color: #FBA746; }
span { border-color: rgb(251,167,70); }
td.TdClassName
{
border-color: #FBA746;
}
.TagClassName
{
border-color: #FBA746;
}
</style>