Shades of My Sin #FAA945
Tints of My Sin #FAA945
RGB
CMYK
RGB Variations
Color information
#FAA945 (or 0xFAA945) is known color: My Sin. HEX triplet: FA, A9 and 45. RGB value is (250,169,69). Sum of RGB (Red+Green+Blue) = 250+169+69=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 69 (27.34% from 255 or 14.14% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA945 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA945 is #0556BA. Grayscale: #B6B6B6. Windows color (decimal): -349883 or 4565498. OLE color: 4565498.
HSL color Cylindrical-coordinate representation of color #FAA945: hue angle of 33.15º 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 #FAA945 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 69 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.02 |
| HSL | 33.15º | 0.95% | 0.63% | - |
| HSV(B) | 33.15º | 0.72% | 0.98% | - |
| XYZ | 54.69 | 49.13 | 12.23 | - |
| YUV | 181.82 | 64.34 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 69 | 0 | 0.32 | 0.72 | 0.02 | 33.15 | 0.95 | 0.63 |
| Hex | FA | A9 | 45 | 0 | 20 | 48 | 2 | 21 | 5F | 3F |
| Octal | 372 | 251 | 105 | 0 | 40 | 110 | 2 | 41 | 137 | 77 |
| Binary | 11111010 | 10101001 | 1000101 | 0 | 100000 | 1001000 | 10 | 100001 | 1011111 | 111111 |
Color Harmonies of #FAA945
Complementary color
Monochromatic Colors of #FAA945
Black with #FAA945
Text Example
Text Example
White with #FAA945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA945; }
p { color: rgb(250,169,69); }
H1.HeaderClassName
{
color: #FAA945;
}
.AnyTagClassName
{
color: #FAA945;
}
</style>
background-color css
<style>
a { background-color: #FAA945; }
a { background-color: rgb(250,169,69); }
div.DivClassName
{
background-color: #FAA945;
}
.BgClassName
{
background-color: #FAA945;
}
</style>
border-color css
<style>
span { border-color: #FAA945; }
span { border-color: rgb(250,169,69); }
td.TdClassName
{
border-color: #FAA945;
}
.TagClassName
{
border-color: #FAA945;
}
</style>