Shades of My Sin #FDAC4D
Tints of My Sin #FDAC4D
RGB
CMYK
RGB Variations
Color information
#FDAC4D (or 0xFDAC4D) is known color: My Sin. HEX triplet: FD, AC and 4D. RGB value is (253,172,77). Sum of RGB (Red+Green+Blue) = 253+172+77=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 77 (30.47% from 255 or 15.34% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAC4D is #0253B2. Grayscale: #B9B9B9. Windows color (decimal): -152499 or 5090557. OLE color: 5090557.
HSL color Cylindrical-coordinate representation of color #FDAC4D: hue angle of 32.39º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDAC4D is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 77 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.01 |
| HSL | 32.39º | 0.98% | 0.65% | - |
| HSV(B) | 32.39º | 0.7% | 0.99% | - |
| XYZ | 56.6 | 50.92 | 13.87 | - |
| YUV | 185.39 | 66.84 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 77 | 0 | 0.32 | 0.70 | 0.01 | 32.39 | 0.98 | 0.65 |
| Hex | FD | AC | 4D | 0 | 20 | 46 | 1 | 20 | 62 | 41 |
| Octal | 375 | 254 | 115 | 0 | 40 | 106 | 1 | 40 | 142 | 101 |
| Binary | 11111101 | 10101100 | 1001101 | 0 | 100000 | 1000110 | 1 | 100000 | 1100010 | 1000001 |
Color Harmonies of #FDAC4D
Complementary color
Monochromatic Colors of #FDAC4D
Black with #FDAC4D
Text Example
Text Example
White with #FDAC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAC4D; }
p { color: rgb(253,172,77); }
H1.HeaderClassName
{
color: #FDAC4D;
}
.AnyTagClassName
{
color: #FDAC4D;
}
</style>
background-color css
<style>
a { background-color: #FDAC4D; }
a { background-color: rgb(253,172,77); }
div.DivClassName
{
background-color: #FDAC4D;
}
.BgClassName
{
background-color: #FDAC4D;
}
</style>
border-color css
<style>
span { border-color: #FDAC4D; }
span { border-color: rgb(253,172,77); }
td.TdClassName
{
border-color: #FDAC4D;
}
.TagClassName
{
border-color: #FDAC4D;
}
</style>