Shades of My Sin #FDB549
Tints of My Sin #FDB549
RGB
CMYK
RGB Variations
Color information
#FDB549 (or 0xFDB549) is known color: My Sin. HEX triplet: FD, B5 and 49. RGB value is (253,181,73). Sum of RGB (Red+Green+Blue) = 253+181+73=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 73 (28.91% from 255 or 14.40% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB549 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB549 is #024AB6. Grayscale: #BEBEBE. Windows color (decimal): -150199 or 4830717. OLE color: 4830717.
HSL color Cylindrical-coordinate representation of color #FDB549: hue angle of 36º 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 #FDB549 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 73 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.01 |
| HSL | 36º | 0.98% | 0.64% | - |
| HSV(B) | 36º | 0.71% | 0.99% | - |
| XYZ | 58.23 | 54.41 | 13.74 | - |
| YUV | 190.22 | 61.85 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 73 | 0 | 0.28 | 0.71 | 0.01 | 36 | 0.98 | 0.64 |
| Hex | FD | B5 | 49 | 0 | 1C | 47 | 1 | 24 | 62 | 40 |
| Octal | 375 | 265 | 111 | 0 | 34 | 107 | 1 | 44 | 142 | 100 |
| Binary | 11111101 | 10110101 | 1001001 | 0 | 11100 | 1000111 | 1 | 100100 | 1100010 | 1000000 |
Color Harmonies of #FDB549
Complementary color
Monochromatic Colors of #FDB549
Black with #FDB549
Text Example
Text Example
White with #FDB549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB549; }
p { color: rgb(253,181,73); }
H1.HeaderClassName
{
color: #FDB549;
}
.AnyTagClassName
{
color: #FDB549;
}
</style>
background-color css
<style>
a { background-color: #FDB549; }
a { background-color: rgb(253,181,73); }
div.DivClassName
{
background-color: #FDB549;
}
.BgClassName
{
background-color: #FDB549;
}
</style>
border-color css
<style>
span { border-color: #FDB549; }
span { border-color: rgb(253,181,73); }
td.TdClassName
{
border-color: #FDB549;
}
.TagClassName
{
border-color: #FDB549;
}
</style>