Shades of My Sin #FDB748
Tints of My Sin #FDB748
RGB
CMYK
RGB Variations
Color information
#FDB748 (or 0xFDB748) is known color: My Sin. HEX triplet: FD, B7 and 48. RGB value is (253,183,72). Sum of RGB (Red+Green+Blue) = 253+183+72=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 72 (28.52% from 255 or 14.17% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB748 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB748 is #0248B7. Grayscale: #BFBFBF. Windows color (decimal): -149688 or 4765693. OLE color: 4765693.
HSL color Cylindrical-coordinate representation of color #FDB748: hue angle of 36.8º 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 #FDB748 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 72 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.01 |
| HSL | 36.8º | 0.98% | 0.64% | - |
| HSV(B) | 36.8º | 0.72% | 0.99% | - |
| XYZ | 58.61 | 55.22 | 13.7 | - |
| YUV | 191.28 | 60.69 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 72 | 0 | 0.28 | 0.72 | 0.01 | 36.8 | 0.98 | 0.64 |
| Hex | FD | B7 | 48 | 0 | 1C | 48 | 1 | 25 | 62 | 40 |
| Octal | 375 | 267 | 110 | 0 | 34 | 110 | 1 | 45 | 142 | 100 |
| Binary | 11111101 | 10110111 | 1001000 | 0 | 11100 | 1001000 | 1 | 100101 | 1100010 | 1000000 |
Color Harmonies of #FDB748
Complementary color
Monochromatic Colors of #FDB748
Black with #FDB748
Text Example
Text Example
White with #FDB748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB748; }
p { color: rgb(253,183,72); }
H1.HeaderClassName
{
color: #FDB748;
}
.AnyTagClassName
{
color: #FDB748;
}
</style>
background-color css
<style>
a { background-color: #FDB748; }
a { background-color: rgb(253,183,72); }
div.DivClassName
{
background-color: #FDB748;
}
.BgClassName
{
background-color: #FDB748;
}
</style>
border-color css
<style>
span { border-color: #FDB748; }
span { border-color: rgb(253,183,72); }
td.TdClassName
{
border-color: #FDB748;
}
.TagClassName
{
border-color: #FDB748;
}
</style>