Shades of My Sin #FDB947
Tints of My Sin #FDB947
RGB
CMYK
RGB Variations
Color information
#FDB947 (or 0xFDB947) is known color: My Sin. HEX triplet: FD, B9 and 47. RGB value is (253,185,71). Sum of RGB (Red+Green+Blue) = 253+185+71=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 71 (28.12% from 255 or 13.95% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB947 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB947 is #0246B8. Grayscale: #C0C0C0. Windows color (decimal): -149177 or 4700669. OLE color: 4700669.
HSL color Cylindrical-coordinate representation of color #FDB947: hue angle of 37.58º 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 #FDB947 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 71 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.01 |
| HSL | 37.58º | 0.98% | 0.64% | - |
| HSV(B) | 37.58º | 0.72% | 0.99% | - |
| XYZ | 58.99 | 56.04 | 13.67 | - |
| YUV | 192.34 | 59.53 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 71 | 0 | 0.27 | 0.72 | 0.01 | 37.58 | 0.98 | 0.64 |
| Hex | FD | B9 | 47 | 0 | 1B | 48 | 1 | 26 | 62 | 40 |
| Octal | 375 | 271 | 107 | 0 | 33 | 110 | 1 | 46 | 142 | 100 |
| Binary | 11111101 | 10111001 | 1000111 | 0 | 11011 | 1001000 | 1 | 100110 | 1100010 | 1000000 |
Color Harmonies of #FDB947
Complementary color
Monochromatic Colors of #FDB947
Black with #FDB947
Text Example
Text Example
White with #FDB947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB947; }
p { color: rgb(253,185,71); }
H1.HeaderClassName
{
color: #FDB947;
}
.AnyTagClassName
{
color: #FDB947;
}
</style>
background-color css
<style>
a { background-color: #FDB947; }
a { background-color: rgb(253,185,71); }
div.DivClassName
{
background-color: #FDB947;
}
.BgClassName
{
background-color: #FDB947;
}
</style>
border-color css
<style>
span { border-color: #FDB947; }
span { border-color: rgb(253,185,71); }
td.TdClassName
{
border-color: #FDB947;
}
.TagClassName
{
border-color: #FDB947;
}
</style>