Shades of My Sin #FDB648
Tints of My Sin #FDB648
RGB
CMYK
RGB Variations
Color information
#FDB648 (or 0xFDB648) is known color: My Sin. HEX triplet: FD, B6 and 48. RGB value is (253,182,72). Sum of RGB (Red+Green+Blue) = 253+182+72=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 72 (28.52% from 255 or 14.20% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB648 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB648 is #0249B7. Grayscale: #BFBFBF. Windows color (decimal): -149944 or 4765437. OLE color: 4765437.
HSL color Cylindrical-coordinate representation of color #FDB648: hue angle of 36.46º 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 #FDB648 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 72 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.01 |
| HSL | 36.46º | 0.98% | 0.64% | - |
| HSV(B) | 36.46º | 0.72% | 0.99% | - |
| XYZ | 58.41 | 54.81 | 13.63 | - |
| YUV | 190.69 | 61.02 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 72 | 0 | 0.28 | 0.72 | 0.01 | 36.46 | 0.98 | 0.64 |
| Hex | FD | B6 | 48 | 0 | 1C | 48 | 1 | 24 | 62 | 40 |
| Octal | 375 | 266 | 110 | 0 | 34 | 110 | 1 | 44 | 142 | 100 |
| Binary | 11111101 | 10110110 | 1001000 | 0 | 11100 | 1001000 | 1 | 100100 | 1100010 | 1000000 |
Color Harmonies of #FDB648
Complementary color
Monochromatic Colors of #FDB648
Black with #FDB648
Text Example
Text Example
White with #FDB648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB648; }
p { color: rgb(253,182,72); }
H1.HeaderClassName
{
color: #FDB648;
}
.AnyTagClassName
{
color: #FDB648;
}
</style>
background-color css
<style>
a { background-color: #FDB648; }
a { background-color: rgb(253,182,72); }
div.DivClassName
{
background-color: #FDB648;
}
.BgClassName
{
background-color: #FDB648;
}
</style>
border-color css
<style>
span { border-color: #FDB648; }
span { border-color: rgb(253,182,72); }
td.TdClassName
{
border-color: #FDB648;
}
.TagClassName
{
border-color: #FDB648;
}
</style>