Shades of My Sin #FBA848
Tints of My Sin #FBA848
RGB
CMYK
RGB Variations
Color information
#FBA848 (or 0xFBA848) is known color: My Sin. HEX triplet: FB, A8 and 48. RGB value is (251,168,72). Sum of RGB (Red+Green+Blue) = 251+168+72=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 72 (28.52% from 255 or 14.66% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA848 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA848 is #0457B7. Grayscale: #B6B6B6. Windows color (decimal): -284600 or 4761851. OLE color: 4761851.
HSL color Cylindrical-coordinate representation of color #FBA848: hue angle of 32.18º 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 #FBA848 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 72 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.02 |
| HSL | 32.18º | 0.96% | 0.63% | - |
| HSV(B) | 32.18º | 0.71% | 0.98% | - |
| XYZ | 54.96 | 48.98 | 12.69 | - |
| YUV | 181.87 | 66 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 72 | 0 | 0.33 | 0.71 | 0.02 | 32.18 | 0.96 | 0.63 |
| Hex | FB | A8 | 48 | 0 | 21 | 47 | 2 | 20 | 60 | 3F |
| Octal | 373 | 250 | 110 | 0 | 41 | 107 | 2 | 40 | 140 | 77 |
| Binary | 11111011 | 10101000 | 1001000 | 0 | 100001 | 1000111 | 10 | 100000 | 1100000 | 111111 |
Color Harmonies of #FBA848
Complementary color
Monochromatic Colors of #FBA848
Black with #FBA848
Text Example
Text Example
White with #FBA848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA848; }
p { color: rgb(251,168,72); }
H1.HeaderClassName
{
color: #FBA848;
}
.AnyTagClassName
{
color: #FBA848;
}
</style>
background-color css
<style>
a { background-color: #FBA848; }
a { background-color: rgb(251,168,72); }
div.DivClassName
{
background-color: #FBA848;
}
.BgClassName
{
background-color: #FBA848;
}
</style>
border-color css
<style>
span { border-color: #FBA848; }
span { border-color: rgb(251,168,72); }
td.TdClassName
{
border-color: #FBA848;
}
.TagClassName
{
border-color: #FBA848;
}
</style>