Shades of My Sin #FBA748
Tints of My Sin #FBA748
RGB
CMYK
RGB Variations
Color information
#FBA748 (or 0xFBA748) is known color: My Sin. HEX triplet: FB, A7 and 48. RGB value is (251,167,72). Sum of RGB (Red+Green+Blue) = 251+167+72=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 72 (28.52% from 255 or 14.69% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA748 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA748 is #0458B7. Grayscale: #B5B5B5. Windows color (decimal): -284856 or 4761595. OLE color: 4761595.
HSL color Cylindrical-coordinate representation of color #FBA748: hue angle of 31.84º 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 #FBA748 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 72 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.02 |
| HSL | 31.84º | 0.96% | 0.63% | - |
| HSV(B) | 31.84º | 0.71% | 0.98% | - |
| XYZ | 54.77 | 48.61 | 12.63 | - |
| YUV | 181.29 | 66.33 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 72 | 0 | 0.33 | 0.71 | 0.02 | 31.84 | 0.96 | 0.63 |
| Hex | FB | A7 | 48 | 0 | 21 | 47 | 2 | 20 | 60 | 3F |
| Octal | 373 | 247 | 110 | 0 | 41 | 107 | 2 | 40 | 140 | 77 |
| Binary | 11111011 | 10100111 | 1001000 | 0 | 100001 | 1000111 | 10 | 100000 | 1100000 | 111111 |
Color Harmonies of #FBA748
Complementary color
Monochromatic Colors of #FBA748
Black with #FBA748
Text Example
Text Example
White with #FBA748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA748; }
p { color: rgb(251,167,72); }
H1.HeaderClassName
{
color: #FBA748;
}
.AnyTagClassName
{
color: #FBA748;
}
</style>
background-color css
<style>
a { background-color: #FBA748; }
a { background-color: rgb(251,167,72); }
div.DivClassName
{
background-color: #FBA748;
}
.BgClassName
{
background-color: #FBA748;
}
</style>
border-color css
<style>
span { border-color: #FBA748; }
span { border-color: rgb(251,167,72); }
td.TdClassName
{
border-color: #FBA748;
}
.TagClassName
{
border-color: #FBA748;
}
</style>