Shades of My Sin #FDAC49
Tints of My Sin #FDAC49
RGB
CMYK
RGB Variations
Color information
#FDAC49 (or 0xFDAC49) is known color: My Sin. HEX triplet: FD, AC and 49. RGB value is (253,172,73). Sum of RGB (Red+Green+Blue) = 253+172+73=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 73 (28.91% from 255 or 14.66% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAC49 is #0253B6. Grayscale: #B9B9B9. Windows color (decimal): -152503 or 4828413. OLE color: 4828413.
HSL color Cylindrical-coordinate representation of color #FDAC49: hue angle of 33º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FDAC49 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 73 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.01 |
| HSL | 33º | 0.98% | 0.64% | - |
| HSV(B) | 33º | 0.71% | 0.99% | - |
| XYZ | 56.46 | 50.87 | 13.15 | - |
| YUV | 184.93 | 64.84 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 73 | 0 | 0.32 | 0.71 | 0.01 | 33 | 0.98 | 0.64 |
| Hex | FD | AC | 49 | 0 | 20 | 47 | 1 | 21 | 62 | 40 |
| Octal | 375 | 254 | 111 | 0 | 40 | 107 | 1 | 41 | 142 | 100 |
| Binary | 11111101 | 10101100 | 1001001 | 0 | 100000 | 1000111 | 1 | 100001 | 1100010 | 1000000 |
Color Harmonies of #FDAC49
Complementary color
Monochromatic Colors of #FDAC49
Black with #FDAC49
Text Example
Text Example
White with #FDAC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAC49; }
p { color: rgb(253,172,73); }
H1.HeaderClassName
{
color: #FDAC49;
}
.AnyTagClassName
{
color: #FDAC49;
}
</style>
background-color css
<style>
a { background-color: #FDAC49; }
a { background-color: rgb(253,172,73); }
div.DivClassName
{
background-color: #FDAC49;
}
.BgClassName
{
background-color: #FDAC49;
}
</style>
border-color css
<style>
span { border-color: #FDAC49; }
span { border-color: rgb(253,172,73); }
td.TdClassName
{
border-color: #FDAC49;
}
.TagClassName
{
border-color: #FDAC49;
}
</style>