Shades of My Sin #FBA648
Tints of My Sin #FBA648
RGB
CMYK
RGB Variations
Color information
#FBA648 (or 0xFBA648) is known color: My Sin. HEX triplet: FB, A6 and 48. RGB value is (251,166,72). Sum of RGB (Red+Green+Blue) = 251+166+72=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 72 (28.52% from 255 or 14.72% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA648 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA648 is #0459B7. Grayscale: #B5B5B5. Windows color (decimal): -285112 or 4761339. OLE color: 4761339.
HSL color Cylindrical-coordinate representation of color #FBA648: hue angle of 31.51º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FBA648 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 72 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.02 |
| HSL | 31.51º | 0.96% | 0.63% | - |
| HSV(B) | 31.51º | 0.71% | 0.98% | - |
| XYZ | 54.59 | 48.25 | 12.57 | - |
| YUV | 180.7 | 66.66 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 72 | 0 | 0.34 | 0.71 | 0.02 | 31.51 | 0.96 | 0.63 |
| Hex | FB | A6 | 48 | 0 | 22 | 47 | 2 | 20 | 60 | 3F |
| Octal | 373 | 246 | 110 | 0 | 42 | 107 | 2 | 40 | 140 | 77 |
| Binary | 11111011 | 10100110 | 1001000 | 0 | 100010 | 1000111 | 10 | 100000 | 1100000 | 111111 |
Color Harmonies of #FBA648
Complementary color
Monochromatic Colors of #FBA648
Black with #FBA648
Text Example
Text Example
White with #FBA648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA648; }
p { color: rgb(251,166,72); }
H1.HeaderClassName
{
color: #FBA648;
}
.AnyTagClassName
{
color: #FBA648;
}
</style>
background-color css
<style>
a { background-color: #FBA648; }
a { background-color: rgb(251,166,72); }
div.DivClassName
{
background-color: #FBA648;
}
.BgClassName
{
background-color: #FBA648;
}
</style>
border-color css
<style>
span { border-color: #FBA648; }
span { border-color: rgb(251,166,72); }
td.TdClassName
{
border-color: #FBA648;
}
.TagClassName
{
border-color: #FBA648;
}
</style>