Shades of My Sin #FDA949
Tints of My Sin #FDA949
RGB
CMYK
RGB Variations
Color information
#FDA949 (or 0xFDA949) is known color: My Sin. HEX triplet: FD, A9 and 49. RGB value is (253,169,73). Sum of RGB (Red+Green+Blue) = 253+169+73=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 73 (28.91% from 255 or 14.75% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA949 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA949 is #0256B6. Grayscale: #B7B7B7. Windows color (decimal): -153271 or 4827645. OLE color: 4827645.
HSL color Cylindrical-coordinate representation of color #FDA949: hue angle of 32º 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 #FDA949 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 73 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.01 |
| HSL | 32º | 0.98% | 0.64% | - |
| HSV(B) | 32º | 0.71% | 0.99% | - |
| XYZ | 55.9 | 49.74 | 12.96 | - |
| YUV | 183.17 | 65.83 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 73 | 0 | 0.33 | 0.71 | 0.01 | 32 | 0.98 | 0.64 |
| Hex | FD | A9 | 49 | 0 | 21 | 47 | 1 | 20 | 62 | 40 |
| Octal | 375 | 251 | 111 | 0 | 41 | 107 | 1 | 40 | 142 | 100 |
| Binary | 11111101 | 10101001 | 1001001 | 0 | 100001 | 1000111 | 1 | 100000 | 1100010 | 1000000 |
Color Harmonies of #FDA949
Complementary color
Monochromatic Colors of #FDA949
Black with #FDA949
Text Example
Text Example
White with #FDA949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA949; }
p { color: rgb(253,169,73); }
H1.HeaderClassName
{
color: #FDA949;
}
.AnyTagClassName
{
color: #FDA949;
}
</style>
background-color css
<style>
a { background-color: #FDA949; }
a { background-color: rgb(253,169,73); }
div.DivClassName
{
background-color: #FDA949;
}
.BgClassName
{
background-color: #FDA949;
}
</style>
border-color css
<style>
span { border-color: #FDA949; }
span { border-color: rgb(253,169,73); }
td.TdClassName
{
border-color: #FDA949;
}
.TagClassName
{
border-color: #FDA949;
}
</style>