Shades of My Sin #FDB647
Tints of My Sin #FDB647
RGB
CMYK
RGB Variations
Color information
#FDB647 (or 0xFDB647) is known color: My Sin. HEX triplet: FD, B6 and 47. RGB value is (253,182,71). Sum of RGB (Red+Green+Blue) = 253+182+71=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 71 (28.12% from 255 or 14.03% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB647 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB647 is #0249B8. Grayscale: #BFBFBF. Windows color (decimal): -149945 or 4699901. OLE color: 4699901.
HSL color Cylindrical-coordinate representation of color #FDB647: hue angle of 36.59º 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 #FDB647 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 71 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.01 |
| HSL | 36.59º | 0.98% | 0.64% | - |
| HSV(B) | 36.59º | 0.72% | 0.99% | - |
| XYZ | 58.37 | 54.79 | 13.46 | - |
| YUV | 190.58 | 60.52 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 71 | 0 | 0.28 | 0.72 | 0.01 | 36.59 | 0.98 | 0.64 |
| Hex | FD | B6 | 47 | 0 | 1C | 48 | 1 | 25 | 62 | 40 |
| Octal | 375 | 266 | 107 | 0 | 34 | 110 | 1 | 45 | 142 | 100 |
| Binary | 11111101 | 10110110 | 1000111 | 0 | 11100 | 1001000 | 1 | 100101 | 1100010 | 1000000 |
Color Harmonies of #FDB647
Complementary color
Monochromatic Colors of #FDB647
Black with #FDB647
Text Example
Text Example
White with #FDB647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB647; }
p { color: rgb(253,182,71); }
H1.HeaderClassName
{
color: #FDB647;
}
.AnyTagClassName
{
color: #FDB647;
}
</style>
background-color css
<style>
a { background-color: #FDB647; }
a { background-color: rgb(253,182,71); }
div.DivClassName
{
background-color: #FDB647;
}
.BgClassName
{
background-color: #FDB647;
}
</style>
border-color css
<style>
span { border-color: #FDB647; }
span { border-color: rgb(253,182,71); }
td.TdClassName
{
border-color: #FDB647;
}
.TagClassName
{
border-color: #FDB647;
}
</style>