Shades of My Sin #FAB246
Tints of My Sin #FAB246
RGB
CMYK
RGB Variations
Color information
#FAB246 (or 0xFAB246) is known color: My Sin. HEX triplet: FA, B2 and 46. RGB value is (250,178,70). Sum of RGB (Red+Green+Blue) = 250+178+70=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 70 (27.73% from 255 or 14.06% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB246 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB246 is #054DB9. Grayscale: #BBBBBB. Windows color (decimal): -347578 or 4633338. OLE color: 4633338.
HSL color Cylindrical-coordinate representation of color #FAB246: hue angle of 36º 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 #FAB246 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 70 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.02 |
| HSL | 36º | 0.95% | 0.63% | - |
| HSV(B) | 36º | 0.72% | 0.98% | - |
| XYZ | 56.45 | 52.61 | 12.97 | - |
| YUV | 187.22 | 61.85 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 70 | 0 | 0.29 | 0.72 | 0.02 | 36 | 0.95 | 0.63 |
| Hex | FA | B2 | 46 | 0 | 1D | 48 | 2 | 24 | 5F | 3F |
| Octal | 372 | 262 | 106 | 0 | 35 | 110 | 2 | 44 | 137 | 77 |
| Binary | 11111010 | 10110010 | 1000110 | 0 | 11101 | 1001000 | 10 | 100100 | 1011111 | 111111 |
Color Harmonies of #FAB246
Complementary color
Monochromatic Colors of #FAB246
Black with #FAB246
Text Example
Text Example
White with #FAB246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB246; }
p { color: rgb(250,178,70); }
H1.HeaderClassName
{
color: #FAB246;
}
.AnyTagClassName
{
color: #FAB246;
}
</style>
background-color css
<style>
a { background-color: #FAB246; }
a { background-color: rgb(250,178,70); }
div.DivClassName
{
background-color: #FAB246;
}
.BgClassName
{
background-color: #FAB246;
}
</style>
border-color css
<style>
span { border-color: #FAB246; }
span { border-color: rgb(250,178,70); }
td.TdClassName
{
border-color: #FAB246;
}
.TagClassName
{
border-color: #FAB246;
}
</style>