Shades of My Sin #FABA47
Tints of My Sin #FABA47
RGB
CMYK
RGB Variations
Color information
#FABA47 (or 0xFABA47) is known color: My Sin. HEX triplet: FA, BA and 47. RGB value is (250,186,71). Sum of RGB (Red+Green+Blue) = 250+186+71=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 71 (28.12% from 255 or 14.00% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA47 is #0545B8. Grayscale: #C0C0C0. Windows color (decimal): -345529 or 4700922. OLE color: 4700922.
HSL color Cylindrical-coordinate representation of color #FABA47: hue angle of 38.55º 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 #FABA47 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 71 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.02 |
| HSL | 38.55º | 0.95% | 0.63% | - |
| HSV(B) | 38.55º | 0.72% | 0.98% | - |
| XYZ | 58.12 | 55.9 | 13.69 | - |
| YUV | 192.03 | 59.7 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 71 | 0 | 0.26 | 0.72 | 0.02 | 38.55 | 0.95 | 0.63 |
| Hex | FA | BA | 47 | 0 | 1A | 48 | 2 | 27 | 5F | 3F |
| Octal | 372 | 272 | 107 | 0 | 32 | 110 | 2 | 47 | 137 | 77 |
| Binary | 11111010 | 10111010 | 1000111 | 0 | 11010 | 1001000 | 10 | 100111 | 1011111 | 111111 |
Color Harmonies of #FABA47
Complementary color
Monochromatic Colors of #FABA47
Black with #FABA47
Text Example
Text Example
White with #FABA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA47; }
p { color: rgb(250,186,71); }
H1.HeaderClassName
{
color: #FABA47;
}
.AnyTagClassName
{
color: #FABA47;
}
</style>
background-color css
<style>
a { background-color: #FABA47; }
a { background-color: rgb(250,186,71); }
div.DivClassName
{
background-color: #FABA47;
}
.BgClassName
{
background-color: #FABA47;
}
</style>
border-color css
<style>
span { border-color: #FABA47; }
span { border-color: rgb(250,186,71); }
td.TdClassName
{
border-color: #FABA47;
}
.TagClassName
{
border-color: #FABA47;
}
</style>