Shades of My Sin #FAB546
Tints of My Sin #FAB546
RGB
CMYK
RGB Variations
Color information
#FAB546 (or 0xFAB546) is known color: My Sin. HEX triplet: FA, B5 and 46. RGB value is (250,181,70). Sum of RGB (Red+Green+Blue) = 250+181+70=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 70 (27.73% from 255 or 13.97% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB546 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB546 is #054AB9. Grayscale: #BDBDBD. Windows color (decimal): -346810 or 4634106. OLE color: 4634106.
HSL color Cylindrical-coordinate representation of color #FAB546: hue angle of 37º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FAB546 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 70 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.02 |
| HSL | 37º | 0.95% | 0.63% | - |
| HSV(B) | 37º | 0.72% | 0.98% | - |
| XYZ | 57.05 | 53.81 | 13.17 | - |
| YUV | 188.98 | 60.86 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 70 | 0 | 0.28 | 0.72 | 0.02 | 37 | 0.95 | 0.63 |
| Hex | FA | B5 | 46 | 0 | 1C | 48 | 2 | 25 | 5F | 3F |
| Octal | 372 | 265 | 106 | 0 | 34 | 110 | 2 | 45 | 137 | 77 |
| Binary | 11111010 | 10110101 | 1000110 | 0 | 11100 | 1001000 | 10 | 100101 | 1011111 | 111111 |
Color Harmonies of #FAB546
Complementary color
Monochromatic Colors of #FAB546
Black with #FAB546
Text Example
Text Example
White with #FAB546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB546; }
p { color: rgb(250,181,70); }
H1.HeaderClassName
{
color: #FAB546;
}
.AnyTagClassName
{
color: #FAB546;
}
</style>
background-color css
<style>
a { background-color: #FAB546; }
a { background-color: rgb(250,181,70); }
div.DivClassName
{
background-color: #FAB546;
}
.BgClassName
{
background-color: #FAB546;
}
</style>
border-color css
<style>
span { border-color: #FAB546; }
span { border-color: rgb(250,181,70); }
td.TdClassName
{
border-color: #FAB546;
}
.TagClassName
{
border-color: #FAB546;
}
</style>