Shades of My Sin #FDB746
Tints of My Sin #FDB746
RGB
CMYK
RGB Variations
Color information
#FDB746 (or 0xFDB746) is known color: My Sin. HEX triplet: FD, B7 and 46. RGB value is (253,183,70). Sum of RGB (Red+Green+Blue) = 253+183+70=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 70 (27.73% from 255 or 13.83% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB746 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB746 is #0248B9. Grayscale: #BFBFBF. Windows color (decimal): -149690 or 4634621. OLE color: 4634621.
HSL color Cylindrical-coordinate representation of color #FDB746: hue angle of 37.05º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FDB746 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 70 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.01 |
| HSL | 37.05º | 0.98% | 0.63% | - |
| HSV(B) | 37.05º | 0.72% | 0.99% | - |
| XYZ | 58.55 | 55.19 | 13.36 | - |
| YUV | 191.05 | 59.69 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 70 | 0 | 0.28 | 0.72 | 0.01 | 37.05 | 0.98 | 0.63 |
| Hex | FD | B7 | 46 | 0 | 1C | 48 | 1 | 25 | 62 | 3F |
| Octal | 375 | 267 | 106 | 0 | 34 | 110 | 1 | 45 | 142 | 77 |
| Binary | 11111101 | 10110111 | 1000110 | 0 | 11100 | 1001000 | 1 | 100101 | 1100010 | 111111 |
Color Harmonies of #FDB746
Complementary color
Monochromatic Colors of #FDB746
Black with #FDB746
Text Example
Text Example
White with #FDB746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB746; }
p { color: rgb(253,183,70); }
H1.HeaderClassName
{
color: #FDB746;
}
.AnyTagClassName
{
color: #FDB746;
}
</style>
background-color css
<style>
a { background-color: #FDB746; }
a { background-color: rgb(253,183,70); }
div.DivClassName
{
background-color: #FDB746;
}
.BgClassName
{
background-color: #FDB746;
}
</style>
border-color css
<style>
span { border-color: #FDB746; }
span { border-color: rgb(253,183,70); }
td.TdClassName
{
border-color: #FDB746;
}
.TagClassName
{
border-color: #FDB746;
}
</style>