Shades of My Sin #FAA744
Tints of My Sin #FAA744
RGB
CMYK
RGB Variations
Color information
#FAA744 (or 0xFAA744) is known color: My Sin. HEX triplet: FA, A7 and 44. RGB value is (250,167,68). Sum of RGB (Red+Green+Blue) = 250+167+68=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 68 (26.95% from 255 or 14.02% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA744 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA744 is #0558BB. Grayscale: #B5B5B5. Windows color (decimal): -350396 or 4499450. OLE color: 4499450.
HSL color Cylindrical-coordinate representation of color #FAA744: hue angle of 32.64º 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 #FAA744 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 167 | 68 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.02 |
| HSL | 32.64º | 0.95% | 0.62% | - |
| HSV(B) | 32.64º | 0.73% | 0.98% | - |
| XYZ | 54.29 | 48.38 | 11.95 | - |
| YUV | 180.53 | 64.5 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 167 | 68 | 0 | 0.33 | 0.73 | 0.02 | 32.64 | 0.95 | 0.62 |
| Hex | FA | A7 | 44 | 0 | 21 | 49 | 2 | 21 | 5F | 3E |
| Octal | 372 | 247 | 104 | 0 | 41 | 111 | 2 | 41 | 137 | 76 |
| Binary | 11111010 | 10100111 | 1000100 | 0 | 100001 | 1001001 | 10 | 100001 | 1011111 | 111110 |
Color Harmonies of #FAA744
Complementary color
Monochromatic Colors of #FAA744
Black with #FAA744
Text Example
Text Example
White with #FAA744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA744; }
p { color: rgb(250,167,68); }
H1.HeaderClassName
{
color: #FAA744;
}
.AnyTagClassName
{
color: #FAA744;
}
</style>
background-color css
<style>
a { background-color: #FAA744; }
a { background-color: rgb(250,167,68); }
div.DivClassName
{
background-color: #FAA744;
}
.BgClassName
{
background-color: #FAA744;
}
</style>
border-color css
<style>
span { border-color: #FAA744; }
span { border-color: rgb(250,167,68); }
td.TdClassName
{
border-color: #FAA744;
}
.TagClassName
{
border-color: #FAA744;
}
</style>