Shades of My Sin #FBA846
Tints of My Sin #FBA846
RGB
CMYK
RGB Variations
Color information
#FBA846 (or 0xFBA846) is known color: My Sin. HEX triplet: FB, A8 and 46. RGB value is (251,168,70). Sum of RGB (Red+Green+Blue) = 251+168+70=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 70 (27.73% from 255 or 14.31% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA846 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA846 is #0457B9. Grayscale: #B6B6B6. Windows color (decimal): -284602 or 4630779. OLE color: 4630779.
HSL color Cylindrical-coordinate representation of color #FBA846: hue angle of 32.49º 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 #FBA846 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 70 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.02 |
| HSL | 32.49º | 0.96% | 0.63% | - |
| HSV(B) | 32.49º | 0.72% | 0.98% | - |
| XYZ | 54.89 | 48.96 | 12.35 | - |
| YUV | 181.65 | 65 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 70 | 0 | 0.33 | 0.72 | 0.02 | 32.49 | 0.96 | 0.63 |
| Hex | FB | A8 | 46 | 0 | 21 | 48 | 2 | 20 | 60 | 3F |
| Octal | 373 | 250 | 106 | 0 | 41 | 110 | 2 | 40 | 140 | 77 |
| Binary | 11111011 | 10101000 | 1000110 | 0 | 100001 | 1001000 | 10 | 100000 | 1100000 | 111111 |
Color Harmonies of #FBA846
Complementary color
Monochromatic Colors of #FBA846
Black with #FBA846
Text Example
Text Example
White with #FBA846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA846; }
p { color: rgb(251,168,70); }
H1.HeaderClassName
{
color: #FBA846;
}
.AnyTagClassName
{
color: #FBA846;
}
</style>
background-color css
<style>
a { background-color: #FBA846; }
a { background-color: rgb(251,168,70); }
div.DivClassName
{
background-color: #FBA846;
}
.BgClassName
{
background-color: #FBA846;
}
</style>
border-color css
<style>
span { border-color: #FBA846; }
span { border-color: rgb(251,168,70); }
td.TdClassName
{
border-color: #FBA846;
}
.TagClassName
{
border-color: #FBA846;
}
</style>