Shades of My Sin #FBA544
Tints of My Sin #FBA544
RGB
CMYK
RGB Variations
Color information
#FBA544 (or 0xFBA544) is known color: My Sin. HEX triplet: FB, A5 and 44. RGB value is (251,165,68). Sum of RGB (Red+Green+Blue) = 251+165+68=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 68 (26.95% from 255 or 14.05% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA544 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA544 is #045ABB. Grayscale: #B4B4B4. Windows color (decimal): -285372 or 4498939. OLE color: 4498939.
HSL color Cylindrical-coordinate representation of color #FBA544: hue angle of 31.8º 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 #FBA544 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 68 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.02 |
| HSL | 31.8º | 0.96% | 0.63% | - |
| HSV(B) | 31.8º | 0.73% | 0.98% | - |
| XYZ | 54.28 | 47.84 | 11.84 | - |
| YUV | 179.66 | 64.99 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 68 | 0 | 0.34 | 0.73 | 0.02 | 31.8 | 0.96 | 0.63 |
| Hex | FB | A5 | 44 | 0 | 22 | 49 | 2 | 20 | 60 | 3F |
| Octal | 373 | 245 | 104 | 0 | 42 | 111 | 2 | 40 | 140 | 77 |
| Binary | 11111011 | 10100101 | 1000100 | 0 | 100010 | 1001001 | 10 | 100000 | 1100000 | 111111 |
Color Harmonies of #FBA544
Complementary color
Monochromatic Colors of #FBA544
Black with #FBA544
Text Example
Text Example
White with #FBA544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA544; }
p { color: rgb(251,165,68); }
H1.HeaderClassName
{
color: #FBA544;
}
.AnyTagClassName
{
color: #FBA544;
}
</style>
background-color css
<style>
a { background-color: #FBA544; }
a { background-color: rgb(251,165,68); }
div.DivClassName
{
background-color: #FBA544;
}
.BgClassName
{
background-color: #FBA544;
}
</style>
border-color css
<style>
span { border-color: #FBA544; }
span { border-color: rgb(251,165,68); }
td.TdClassName
{
border-color: #FBA544;
}
.TagClassName
{
border-color: #FBA544;
}
</style>