Shades of My Sin #FAAA44
Tints of My Sin #FAAA44
RGB
CMYK
RGB Variations
Color information
#FAAA44 (or 0xFAAA44) is known color: My Sin. HEX triplet: FA, AA and 44. RGB value is (250,170,68). Sum of RGB (Red+Green+Blue) = 250+170+68=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 68 (26.95% from 255 or 13.93% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA44 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAA44 is #0555BB. Grayscale: #B6B6B6. Windows color (decimal): -349628 or 4500218. OLE color: 4500218.
HSL color Cylindrical-coordinate representation of color #FAAA44: hue angle of 33.63º 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 #FAAA44 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 68 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.02 |
| HSL | 33.63º | 0.95% | 0.62% | - |
| HSV(B) | 33.63º | 0.73% | 0.98% | - |
| XYZ | 54.84 | 49.49 | 12.13 | - |
| YUV | 182.29 | 63.5 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 68 | 0 | 0.32 | 0.73 | 0.02 | 33.63 | 0.95 | 0.62 |
| Hex | FA | AA | 44 | 0 | 20 | 49 | 2 | 22 | 5F | 3E |
| Octal | 372 | 252 | 104 | 0 | 40 | 111 | 2 | 42 | 137 | 76 |
| Binary | 11111010 | 10101010 | 1000100 | 0 | 100000 | 1001001 | 10 | 100010 | 1011111 | 111110 |
Color Harmonies of #FAAA44
Complementary color
Monochromatic Colors of #FAAA44
Black with #FAAA44
Text Example
Text Example
White with #FAAA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA44; }
p { color: rgb(250,170,68); }
H1.HeaderClassName
{
color: #FAAA44;
}
.AnyTagClassName
{
color: #FAAA44;
}
</style>
background-color css
<style>
a { background-color: #FAAA44; }
a { background-color: rgb(250,170,68); }
div.DivClassName
{
background-color: #FAAA44;
}
.BgClassName
{
background-color: #FAAA44;
}
</style>
border-color css
<style>
span { border-color: #FAAA44; }
span { border-color: rgb(250,170,68); }
td.TdClassName
{
border-color: #FAAA44;
}
.TagClassName
{
border-color: #FAAA44;
}
</style>