Shades of My Sin #FDAA4D
Tints of My Sin #FDAA4D
RGB
CMYK
RGB Variations
Color information
#FDAA4D (or 0xFDAA4D) is known color: My Sin. HEX triplet: FD, AA and 4D. RGB value is (253,170,77). Sum of RGB (Red+Green+Blue) = 253+170+77=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 77 (30.47% from 255 or 15.4% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAA4D is #0255B2. Grayscale: #B8B8B8. Windows color (decimal): -153011 or 5090045. OLE color: 5090045.
HSL color Cylindrical-coordinate representation of color #FDAA4D: hue angle of 31.7º 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 #FDAA4D is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 77 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.01 |
| HSL | 31.7º | 0.98% | 0.65% | - |
| HSV(B) | 31.7º | 0.7% | 0.99% | - |
| XYZ | 56.22 | 50.17 | 13.74 | - |
| YUV | 184.22 | 67.5 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 77 | 0 | 0.33 | 0.70 | 0.01 | 31.7 | 0.98 | 0.65 |
| Hex | FD | AA | 4D | 0 | 21 | 46 | 1 | 20 | 62 | 41 |
| Octal | 375 | 252 | 115 | 0 | 41 | 106 | 1 | 40 | 142 | 101 |
| Binary | 11111101 | 10101010 | 1001101 | 0 | 100001 | 1000110 | 1 | 100000 | 1100010 | 1000001 |
Color Harmonies of #FDAA4D
Complementary color
Monochromatic Colors of #FDAA4D
Black with #FDAA4D
Text Example
Text Example
White with #FDAA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAA4D; }
p { color: rgb(253,170,77); }
H1.HeaderClassName
{
color: #FDAA4D;
}
.AnyTagClassName
{
color: #FDAA4D;
}
</style>
background-color css
<style>
a { background-color: #FDAA4D; }
a { background-color: rgb(253,170,77); }
div.DivClassName
{
background-color: #FDAA4D;
}
.BgClassName
{
background-color: #FDAA4D;
}
</style>
border-color css
<style>
span { border-color: #FDAA4D; }
span { border-color: rgb(253,170,77); }
td.TdClassName
{
border-color: #FDAA4D;
}
.TagClassName
{
border-color: #FDAA4D;
}
</style>