Shades of My Sin #FAA644
Tints of My Sin #FAA644
RGB
CMYK
RGB Variations
Color information
#FAA644 (or 0xFAA644) is known color: My Sin. HEX triplet: FA, A6 and 44. RGB value is (250,166,68). Sum of RGB (Red+Green+Blue) = 250+166+68=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 68 (26.95% from 255 or 14.05% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA644 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA644 is #0559BB. Grayscale: #B4B4B4. Windows color (decimal): -350652 or 4499194. OLE color: 4499194.
HSL color Cylindrical-coordinate representation of color #FAA644: hue angle of 32.31º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FAA644 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 68 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.02 |
| HSL | 32.31º | 0.95% | 0.62% | - |
| HSV(B) | 32.31º | 0.73% | 0.98% | - |
| XYZ | 54.1 | 48.01 | 11.88 | - |
| YUV | 179.94 | 64.83 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 68 | 0 | 0.34 | 0.73 | 0.02 | 32.31 | 0.95 | 0.62 |
| Hex | FA | A6 | 44 | 0 | 22 | 49 | 2 | 20 | 5F | 3E |
| Octal | 372 | 246 | 104 | 0 | 42 | 111 | 2 | 40 | 137 | 76 |
| Binary | 11111010 | 10100110 | 1000100 | 0 | 100010 | 1001001 | 10 | 100000 | 1011111 | 111110 |
Color Harmonies of #FAA644
Complementary color
Monochromatic Colors of #FAA644
Black with #FAA644
Text Example
Text Example
White with #FAA644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA644; }
p { color: rgb(250,166,68); }
H1.HeaderClassName
{
color: #FAA644;
}
.AnyTagClassName
{
color: #FAA644;
}
</style>
background-color css
<style>
a { background-color: #FAA644; }
a { background-color: rgb(250,166,68); }
div.DivClassName
{
background-color: #FAA644;
}
.BgClassName
{
background-color: #FAA644;
}
</style>
border-color css
<style>
span { border-color: #FAA644; }
span { border-color: rgb(250,166,68); }
td.TdClassName
{
border-color: #FAA644;
}
.TagClassName
{
border-color: #FAA644;
}
</style>