Shades of My Sin #FAAA4A
Tints of My Sin #FAAA4A
RGB
CMYK
RGB Variations
Color information
#FAAA4A (or 0xFAAA4A) is known color: My Sin. HEX triplet: FA, AA and 4A. RGB value is (250,170,74). Sum of RGB (Red+Green+Blue) = 250+170+74=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 74 (29.30% from 255 or 14.98% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAA4A is #0555B5. Grayscale: #B7B7B7. Windows color (decimal): -349622 or 4893434. OLE color: 4893434.
HSL color Cylindrical-coordinate representation of color #FAAA4A: hue angle of 32.73º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FAAA4A is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 74 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.02 |
| HSL | 32.73º | 0.95% | 0.64% | - |
| HSV(B) | 32.73º | 0.7% | 0.98% | - |
| XYZ | 55.04 | 49.57 | 13.15 | - |
| YUV | 182.98 | 66.5 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 74 | 0 | 0.32 | 0.70 | 0.02 | 32.73 | 0.95 | 0.64 |
| Hex | FA | AA | 4A | 0 | 20 | 46 | 2 | 21 | 5F | 40 |
| Octal | 372 | 252 | 112 | 0 | 40 | 106 | 2 | 41 | 137 | 100 |
| Binary | 11111010 | 10101010 | 1001010 | 0 | 100000 | 1000110 | 10 | 100001 | 1011111 | 1000000 |
Color Harmonies of #FAAA4A
Complementary color
Monochromatic Colors of #FAAA4A
Black with #FAAA4A
Text Example
Text Example
White with #FAAA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA4A; }
p { color: rgb(250,170,74); }
H1.HeaderClassName
{
color: #FAAA4A;
}
.AnyTagClassName
{
color: #FAAA4A;
}
</style>
background-color css
<style>
a { background-color: #FAAA4A; }
a { background-color: rgb(250,170,74); }
div.DivClassName
{
background-color: #FAAA4A;
}
.BgClassName
{
background-color: #FAAA4A;
}
</style>
border-color css
<style>
span { border-color: #FAAA4A; }
span { border-color: rgb(250,170,74); }
td.TdClassName
{
border-color: #FAAA4A;
}
.TagClassName
{
border-color: #FAAA4A;
}
</style>