Shades of My Sin #FBA745
Tints of My Sin #FBA745
RGB
CMYK
RGB Variations
Color information
#FBA745 (or 0xFBA745) is known color: My Sin. HEX triplet: FB, A7 and 45. RGB value is (251,167,69). Sum of RGB (Red+Green+Blue) = 251+167+69=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 69 (27.34% from 255 or 14.17% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA745 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA745 is #0458BA. Grayscale: #B5B5B5. Windows color (decimal): -284859 or 4564987. OLE color: 4564987.
HSL color Cylindrical-coordinate representation of color #FBA745: hue angle of 32.31º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FBA745 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 69 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.02 |
| HSL | 32.31º | 0.96% | 0.63% | - |
| HSV(B) | 32.31º | 0.73% | 0.98% | - |
| XYZ | 54.68 | 48.58 | 12.12 | - |
| YUV | 180.94 | 64.83 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 69 | 0 | 0.33 | 0.73 | 0.02 | 32.31 | 0.96 | 0.63 |
| Hex | FB | A7 | 45 | 0 | 21 | 49 | 2 | 20 | 60 | 3F |
| Octal | 373 | 247 | 105 | 0 | 41 | 111 | 2 | 40 | 140 | 77 |
| Binary | 11111011 | 10100111 | 1000101 | 0 | 100001 | 1001001 | 10 | 100000 | 1100000 | 111111 |
Color Harmonies of #FBA745
Complementary color
Monochromatic Colors of #FBA745
Black with #FBA745
Text Example
Text Example
White with #FBA745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA745; }
p { color: rgb(251,167,69); }
H1.HeaderClassName
{
color: #FBA745;
}
.AnyTagClassName
{
color: #FBA745;
}
</style>
background-color css
<style>
a { background-color: #FBA745; }
a { background-color: rgb(251,167,69); }
div.DivClassName
{
background-color: #FBA745;
}
.BgClassName
{
background-color: #FBA745;
}
</style>
border-color css
<style>
span { border-color: #FBA745; }
span { border-color: rgb(251,167,69); }
td.TdClassName
{
border-color: #FBA745;
}
.TagClassName
{
border-color: #FBA745;
}
</style>