Shades of My Sin #FDB847
Tints of My Sin #FDB847
RGB
CMYK
RGB Variations
Color information
#FDB847 (or 0xFDB847) is known color: My Sin. HEX triplet: FD, B8 and 47. RGB value is (253,184,71). Sum of RGB (Red+Green+Blue) = 253+184+71=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 71 (28.12% from 255 or 13.98% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB847 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB847 is #0247B8. Grayscale: #C0C0C0. Windows color (decimal): -149433 or 4700413. OLE color: 4700413.
HSL color Cylindrical-coordinate representation of color #FDB847: hue angle of 37.25º 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 #FDB847 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 71 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.01 |
| HSL | 37.25º | 0.98% | 0.64% | - |
| HSV(B) | 37.25º | 0.72% | 0.99% | - |
| XYZ | 58.79 | 55.62 | 13.6 | - |
| YUV | 191.75 | 59.86 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 71 | 0 | 0.27 | 0.72 | 0.01 | 37.25 | 0.98 | 0.64 |
| Hex | FD | B8 | 47 | 0 | 1B | 48 | 1 | 25 | 62 | 40 |
| Octal | 375 | 270 | 107 | 0 | 33 | 110 | 1 | 45 | 142 | 100 |
| Binary | 11111101 | 10111000 | 1000111 | 0 | 11011 | 1001000 | 1 | 100101 | 1100010 | 1000000 |
Color Harmonies of #FDB847
Complementary color
Monochromatic Colors of #FDB847
Black with #FDB847
Text Example
Text Example
White with #FDB847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB847; }
p { color: rgb(253,184,71); }
H1.HeaderClassName
{
color: #FDB847;
}
.AnyTagClassName
{
color: #FDB847;
}
</style>
background-color css
<style>
a { background-color: #FDB847; }
a { background-color: rgb(253,184,71); }
div.DivClassName
{
background-color: #FDB847;
}
.BgClassName
{
background-color: #FDB847;
}
</style>
border-color css
<style>
span { border-color: #FDB847; }
span { border-color: rgb(253,184,71); }
td.TdClassName
{
border-color: #FDB847;
}
.TagClassName
{
border-color: #FDB847;
}
</style>