Shades of My Sin #FDB547
Tints of My Sin #FDB547
RGB
CMYK
RGB Variations
Color information
#FDB547 (or 0xFDB547) is known color: My Sin. HEX triplet: FD, B5 and 47. RGB value is (253,181,71). Sum of RGB (Red+Green+Blue) = 253+181+71=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 71 (28.12% from 255 or 14.06% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB547 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB547 is #024AB8. Grayscale: #BEBEBE. Windows color (decimal): -150201 or 4699645. OLE color: 4699645.
HSL color Cylindrical-coordinate representation of color #FDB547: hue angle of 36.26º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FDB547 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 71 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.01 |
| HSL | 36.26º | 0.98% | 0.64% | - |
| HSV(B) | 36.26º | 0.72% | 0.99% | - |
| XYZ | 58.17 | 54.39 | 13.39 | - |
| YUV | 189.99 | 60.85 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 71 | 0 | 0.28 | 0.72 | 0.01 | 36.26 | 0.98 | 0.64 |
| Hex | FD | B5 | 47 | 0 | 1C | 48 | 1 | 24 | 62 | 40 |
| Octal | 375 | 265 | 107 | 0 | 34 | 110 | 1 | 44 | 142 | 100 |
| Binary | 11111101 | 10110101 | 1000111 | 0 | 11100 | 1001000 | 1 | 100100 | 1100010 | 1000000 |
Color Harmonies of #FDB547
Complementary color
Monochromatic Colors of #FDB547
Black with #FDB547
Text Example
Text Example
White with #FDB547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB547; }
p { color: rgb(253,181,71); }
H1.HeaderClassName
{
color: #FDB547;
}
.AnyTagClassName
{
color: #FDB547;
}
</style>
background-color css
<style>
a { background-color: #FDB547; }
a { background-color: rgb(253,181,71); }
div.DivClassName
{
background-color: #FDB547;
}
.BgClassName
{
background-color: #FDB547;
}
</style>
border-color css
<style>
span { border-color: #FDB547; }
span { border-color: rgb(253,181,71); }
td.TdClassName
{
border-color: #FDB547;
}
.TagClassName
{
border-color: #FDB547;
}
</style>