Shades of My Sin #FAAA4B
Tints of My Sin #FAAA4B
RGB
CMYK
RGB Variations
Color information
#FAAA4B (or 0xFAAA4B) is known color: My Sin. HEX triplet: FA, AA and 4B. RGB value is (250,170,75). Sum of RGB (Red+Green+Blue) = 250+170+75=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 75 (29.69% from 255 or 15.15% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAA4B is #0555B4. Grayscale: #B7B7B7. Windows color (decimal): -349621 or 4958970. OLE color: 4958970.
HSL color Cylindrical-coordinate representation of color #FAAA4B: hue angle of 32.57º 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 #FAAA4B is Cyan = 0, Magento = 0.32, Yellow = 0.7 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 75 | - |
| CMYK | 0 | 0.32 | 0.7 | 0.02 |
| HSL | 32.57º | 0.95% | 0.64% | - |
| HSV(B) | 32.57º | 0.7% | 0.98% | - |
| XYZ | 55.07 | 49.58 | 13.32 | - |
| YUV | 183.09 | 67 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 75 | 0 | 0.32 | 0.7 | 0.02 | 32.57 | 0.95 | 0.64 |
| Hex | FA | AA | 4B | 0 | 20 | 46 | 2 | 21 | 5F | 40 |
| Octal | 372 | 252 | 113 | 0 | 40 | 106 | 2 | 41 | 137 | 100 |
| Binary | 11111010 | 10101010 | 1001011 | 0 | 100000 | 1000110 | 10 | 100001 | 1011111 | 1000000 |
Color Harmonies of #FAAA4B
Complementary color
Monochromatic Colors of #FAAA4B
Black with #FAAA4B
Text Example
Text Example
White with #FAAA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA4B; }
p { color: rgb(250,170,75); }
H1.HeaderClassName
{
color: #FAAA4B;
}
.AnyTagClassName
{
color: #FAAA4B;
}
</style>
background-color css
<style>
a { background-color: #FAAA4B; }
a { background-color: rgb(250,170,75); }
div.DivClassName
{
background-color: #FAAA4B;
}
.BgClassName
{
background-color: #FAAA4B;
}
</style>
border-color css
<style>
span { border-color: #FAAA4B; }
span { border-color: rgb(250,170,75); }
td.TdClassName
{
border-color: #FAAA4B;
}
.TagClassName
{
border-color: #FAAA4B;
}
</style>