Shades of My Sin #FAAC4D
Tints of My Sin #FAAC4D
RGB
CMYK
RGB Variations
Color information
#FAAC4D (or 0xFAAC4D) is known color: My Sin. HEX triplet: FA, AC and 4D. RGB value is (250,172,77). Sum of RGB (Red+Green+Blue) = 250+172+77=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 77 (30.47% from 255 or 15.43% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAC4D is #0553B2. Grayscale: #B8B8B8. Windows color (decimal): -349107 or 5090554. OLE color: 5090554.
HSL color Cylindrical-coordinate representation of color #FAAC4D: hue angle of 32.95º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FAAC4D is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 77 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.02 |
| HSL | 32.95º | 0.95% | 0.64% | - |
| HSV(B) | 32.95º | 0.69% | 0.98% | - |
| XYZ | 55.52 | 50.36 | 13.82 | - |
| YUV | 184.49 | 67.34 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 77 | 0 | 0.31 | 0.69 | 0.02 | 32.95 | 0.95 | 0.64 |
| Hex | FA | AC | 4D | 0 | 1F | 45 | 2 | 21 | 5F | 40 |
| Octal | 372 | 254 | 115 | 0 | 37 | 105 | 2 | 41 | 137 | 100 |
| Binary | 11111010 | 10101100 | 1001101 | 0 | 11111 | 1000101 | 10 | 100001 | 1011111 | 1000000 |
Color Harmonies of #FAAC4D
Complementary color
Monochromatic Colors of #FAAC4D
Black with #FAAC4D
Text Example
Text Example
White with #FAAC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAC4D; }
p { color: rgb(250,172,77); }
H1.HeaderClassName
{
color: #FAAC4D;
}
.AnyTagClassName
{
color: #FAAC4D;
}
</style>
background-color css
<style>
a { background-color: #FAAC4D; }
a { background-color: rgb(250,172,77); }
div.DivClassName
{
background-color: #FAAC4D;
}
.BgClassName
{
background-color: #FAAC4D;
}
</style>
border-color css
<style>
span { border-color: #FAAC4D; }
span { border-color: rgb(250,172,77); }
td.TdClassName
{
border-color: #FAAC4D;
}
.TagClassName
{
border-color: #FAAC4D;
}
</style>