Shades of My Sin #FDB049
Tints of My Sin #FDB049
RGB
CMYK
RGB Variations
Color information
#FDB049 (or 0xFDB049) is known color: My Sin. HEX triplet: FD, B0 and 49. RGB value is (253,176,73). Sum of RGB (Red+Green+Blue) = 253+176+73=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 73 (28.91% from 255 or 14.54% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB049 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB049 is #024FB6. Grayscale: #BBBBBB. Windows color (decimal): -151479 or 4829437. OLE color: 4829437.
HSL color Cylindrical-coordinate representation of color #FDB049: hue angle of 34.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 #FDB049 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 73 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.01 |
| HSL | 34.33º | 0.98% | 0.64% | - |
| HSV(B) | 34.33º | 0.71% | 0.99% | - |
| XYZ | 57.24 | 52.41 | 13.4 | - |
| YUV | 187.28 | 63.51 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 73 | 0 | 0.30 | 0.71 | 0.01 | 34.33 | 0.98 | 0.64 |
| Hex | FD | B0 | 49 | 0 | 1E | 47 | 1 | 22 | 62 | 40 |
| Octal | 375 | 260 | 111 | 0 | 36 | 107 | 1 | 42 | 142 | 100 |
| Binary | 11111101 | 10110000 | 1001001 | 0 | 11110 | 1000111 | 1 | 100010 | 1100010 | 1000000 |
Color Harmonies of #FDB049
Complementary color
Monochromatic Colors of #FDB049
Black with #FDB049
Text Example
Text Example
White with #FDB049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB049; }
p { color: rgb(253,176,73); }
H1.HeaderClassName
{
color: #FDB049;
}
.AnyTagClassName
{
color: #FDB049;
}
</style>
background-color css
<style>
a { background-color: #FDB049; }
a { background-color: rgb(253,176,73); }
div.DivClassName
{
background-color: #FDB049;
}
.BgClassName
{
background-color: #FDB049;
}
</style>
border-color css
<style>
span { border-color: #FDB049; }
span { border-color: rgb(253,176,73); }
td.TdClassName
{
border-color: #FDB049;
}
.TagClassName
{
border-color: #FDB049;
}
</style>