Shades of My Sin #FDB047
Tints of My Sin #FDB047
RGB
CMYK
RGB Variations
Color information
#FDB047 (or 0xFDB047) is known color: My Sin. HEX triplet: FD, B0 and 47. RGB value is (253,176,71). Sum of RGB (Red+Green+Blue) = 253+176+71=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 71 (28.12% from 255 or 14.2% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB047 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB047 is #024FB8. Grayscale: #BBBBBB. Windows color (decimal): -151481 or 4698365. OLE color: 4698365.
HSL color Cylindrical-coordinate representation of color #FDB047: hue angle of 34.62º 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 #FDB047 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 71 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.01 |
| HSL | 34.62º | 0.98% | 0.64% | - |
| HSV(B) | 34.62º | 0.72% | 0.99% | - |
| XYZ | 57.17 | 52.39 | 13.06 | - |
| YUV | 187.05 | 62.51 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 71 | 0 | 0.30 | 0.72 | 0.01 | 34.62 | 0.98 | 0.64 |
| Hex | FD | B0 | 47 | 0 | 1E | 48 | 1 | 23 | 62 | 40 |
| Octal | 375 | 260 | 107 | 0 | 36 | 110 | 1 | 43 | 142 | 100 |
| Binary | 11111101 | 10110000 | 1000111 | 0 | 11110 | 1001000 | 1 | 100011 | 1100010 | 1000000 |
Color Harmonies of #FDB047
Complementary color
Monochromatic Colors of #FDB047
Black with #FDB047
Text Example
Text Example
White with #FDB047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB047; }
p { color: rgb(253,176,71); }
H1.HeaderClassName
{
color: #FDB047;
}
.AnyTagClassName
{
color: #FDB047;
}
</style>
background-color css
<style>
a { background-color: #FDB047; }
a { background-color: rgb(253,176,71); }
div.DivClassName
{
background-color: #FDB047;
}
.BgClassName
{
background-color: #FDB047;
}
</style>
border-color css
<style>
span { border-color: #FDB047; }
span { border-color: rgb(253,176,71); }
td.TdClassName
{
border-color: #FDB047;
}
.TagClassName
{
border-color: #FDB047;
}
</style>