Shades of My Sin #FAAA47
Tints of My Sin #FAAA47
RGB
CMYK
RGB Variations
Color information
#FAAA47 (or 0xFAAA47) is known color: My Sin. HEX triplet: FA, AA and 47. RGB value is (250,170,71). Sum of RGB (Red+Green+Blue) = 250+170+71=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 71 (28.12% from 255 or 14.46% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAA47 is #0555B8. Grayscale: #B7B7B7. Windows color (decimal): -349625 or 4696826. OLE color: 4696826.
HSL color Cylindrical-coordinate representation of color #FAAA47: hue angle of 33.18º 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 #FAAA47 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 71 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.02 |
| HSL | 33.18º | 0.95% | 0.63% | - |
| HSV(B) | 33.18º | 0.72% | 0.98% | - |
| XYZ | 54.94 | 49.53 | 12.63 | - |
| YUV | 182.63 | 65 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 71 | 0 | 0.32 | 0.72 | 0.02 | 33.18 | 0.95 | 0.63 |
| Hex | FA | AA | 47 | 0 | 20 | 48 | 2 | 21 | 5F | 3F |
| Octal | 372 | 252 | 107 | 0 | 40 | 110 | 2 | 41 | 137 | 77 |
| Binary | 11111010 | 10101010 | 1000111 | 0 | 100000 | 1001000 | 10 | 100001 | 1011111 | 111111 |
Color Harmonies of #FAAA47
Complementary color
Monochromatic Colors of #FAAA47
Black with #FAAA47
Text Example
Text Example
White with #FAAA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA47; }
p { color: rgb(250,170,71); }
H1.HeaderClassName
{
color: #FAAA47;
}
.AnyTagClassName
{
color: #FAAA47;
}
</style>
background-color css
<style>
a { background-color: #FAAA47; }
a { background-color: rgb(250,170,71); }
div.DivClassName
{
background-color: #FAAA47;
}
.BgClassName
{
background-color: #FAAA47;
}
</style>
border-color css
<style>
span { border-color: #FAAA47; }
span { border-color: rgb(250,170,71); }
td.TdClassName
{
border-color: #FAAA47;
}
.TagClassName
{
border-color: #FAAA47;
}
</style>