Shades of My Sin #FBA545
Tints of My Sin #FBA545
RGB
CMYK
RGB Variations
Color information
#FBA545 (or 0xFBA545) is known color: My Sin. HEX triplet: FB, A5 and 45. RGB value is (251,165,69). Sum of RGB (Red+Green+Blue) = 251+165+69=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 69 (27.34% from 255 or 14.23% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA545 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA545 is #045ABA. Grayscale: #B4B4B4. Windows color (decimal): -285371 or 4564475. OLE color: 4564475.
HSL color Cylindrical-coordinate representation of color #FBA545: hue angle of 31.65º 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 #FBA545 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 69 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.02 |
| HSL | 31.65º | 0.96% | 0.63% | - |
| HSV(B) | 31.65º | 0.73% | 0.98% | - |
| XYZ | 54.31 | 47.85 | 12 | - |
| YUV | 179.77 | 65.49 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 69 | 0 | 0.34 | 0.73 | 0.02 | 31.65 | 0.96 | 0.63 |
| Hex | FB | A5 | 45 | 0 | 22 | 49 | 2 | 20 | 60 | 3F |
| Octal | 373 | 245 | 105 | 0 | 42 | 111 | 2 | 40 | 140 | 77 |
| Binary | 11111011 | 10100101 | 1000101 | 0 | 100010 | 1001001 | 10 | 100000 | 1100000 | 111111 |
Color Harmonies of #FBA545
Complementary color
Monochromatic Colors of #FBA545
Black with #FBA545
Text Example
Text Example
White with #FBA545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA545; }
p { color: rgb(251,165,69); }
H1.HeaderClassName
{
color: #FBA545;
}
.AnyTagClassName
{
color: #FBA545;
}
</style>
background-color css
<style>
a { background-color: #FBA545; }
a { background-color: rgb(251,165,69); }
div.DivClassName
{
background-color: #FBA545;
}
.BgClassName
{
background-color: #FBA545;
}
</style>
border-color css
<style>
span { border-color: #FBA545; }
span { border-color: rgb(251,165,69); }
td.TdClassName
{
border-color: #FBA545;
}
.TagClassName
{
border-color: #FBA545;
}
</style>