Shades of My Sin #FAA847
Tints of My Sin #FAA847
RGB
CMYK
RGB Variations
Color information
#FAA847 (or 0xFAA847) is known color: My Sin. HEX triplet: FA, A8 and 47. RGB value is (250,168,71). Sum of RGB (Red+Green+Blue) = 250+168+71=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 71 (28.12% from 255 or 14.52% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA847 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA847 is #0557B8. Grayscale: #B5B5B5. Windows color (decimal): -350137 or 4696314. OLE color: 4696314.
HSL color Cylindrical-coordinate representation of color #FAA847: hue angle of 32.51º 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 #FAA847 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 71 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.02 |
| HSL | 32.51º | 0.95% | 0.63% | - |
| HSV(B) | 32.51º | 0.72% | 0.98% | - |
| XYZ | 54.56 | 48.78 | 12.5 | - |
| YUV | 181.46 | 65.67 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 71 | 0 | 0.33 | 0.72 | 0.02 | 32.51 | 0.95 | 0.63 |
| Hex | FA | A8 | 47 | 0 | 21 | 48 | 2 | 21 | 5F | 3F |
| Octal | 372 | 250 | 107 | 0 | 41 | 110 | 2 | 41 | 137 | 77 |
| Binary | 11111010 | 10101000 | 1000111 | 0 | 100001 | 1001000 | 10 | 100001 | 1011111 | 111111 |
Color Harmonies of #FAA847
Complementary color
Monochromatic Colors of #FAA847
Black with #FAA847
Text Example
Text Example
White with #FAA847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA847; }
p { color: rgb(250,168,71); }
H1.HeaderClassName
{
color: #FAA847;
}
.AnyTagClassName
{
color: #FAA847;
}
</style>
background-color css
<style>
a { background-color: #FAA847; }
a { background-color: rgb(250,168,71); }
div.DivClassName
{
background-color: #FAA847;
}
.BgClassName
{
background-color: #FAA847;
}
</style>
border-color css
<style>
span { border-color: #FAA847; }
span { border-color: rgb(250,168,71); }
td.TdClassName
{
border-color: #FAA847;
}
.TagClassName
{
border-color: #FAA847;
}
</style>