Shades of My Sin #FAA641
Tints of My Sin #FAA641
RGB
CMYK
RGB Variations
Color information
#FAA641 (or 0xFAA641) is known color: My Sin. HEX triplet: FA, A6 and 41. RGB value is (250,166,65). Sum of RGB (Red+Green+Blue) = 250+166+65=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 65 (25.78% from 255 or 13.51% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA641 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA641 is #0559BE. Grayscale: #B4B4B4. Windows color (decimal): -350655 or 4302586. OLE color: 4302586.
HSL color Cylindrical-coordinate representation of color #FAA641: hue angle of 32.76º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FAA641 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 65 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.02 |
| HSL | 32.76º | 0.95% | 0.62% | - |
| HSV(B) | 32.76º | 0.74% | 0.98% | - |
| XYZ | 54.01 | 47.98 | 11.41 | - |
| YUV | 179.6 | 63.33 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 65 | 0 | 0.34 | 0.74 | 0.02 | 32.76 | 0.95 | 0.62 |
| Hex | FA | A6 | 41 | 0 | 22 | 4A | 2 | 21 | 5F | 3E |
| Octal | 372 | 246 | 101 | 0 | 42 | 112 | 2 | 41 | 137 | 76 |
| Binary | 11111010 | 10100110 | 1000001 | 0 | 100010 | 1001010 | 10 | 100001 | 1011111 | 111110 |
Color Harmonies of #FAA641
Complementary color
Monochromatic Colors of #FAA641
Black with #FAA641
Text Example
Text Example
White with #FAA641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA641; }
p { color: rgb(250,166,65); }
H1.HeaderClassName
{
color: #FAA641;
}
.AnyTagClassName
{
color: #FAA641;
}
</style>
background-color css
<style>
a { background-color: #FAA641; }
a { background-color: rgb(250,166,65); }
div.DivClassName
{
background-color: #FAA641;
}
.BgClassName
{
background-color: #FAA641;
}
</style>
border-color css
<style>
span { border-color: #FAA641; }
span { border-color: rgb(250,166,65); }
td.TdClassName
{
border-color: #FAA641;
}
.TagClassName
{
border-color: #FAA641;
}
</style>