Shades of My Sin #FDB147
Tints of My Sin #FDB147
RGB
CMYK
RGB Variations
Color information
#FDB147 (or 0xFDB147) is known color: My Sin. HEX triplet: FD, B1 and 47. RGB value is (253,177,71). Sum of RGB (Red+Green+Blue) = 253+177+71=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 71 (28.12% from 255 or 14.17% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB147 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB147 is #024EB8. Grayscale: #BCBCBC. Windows color (decimal): -151225 or 4698621. OLE color: 4698621.
HSL color Cylindrical-coordinate representation of color #FDB147: hue angle of 34.95º 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 #FDB147 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 71 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.01 |
| HSL | 34.95º | 0.98% | 0.64% | - |
| HSV(B) | 34.95º | 0.72% | 0.99% | - |
| XYZ | 57.37 | 52.78 | 13.13 | - |
| YUV | 187.64 | 62.18 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 71 | 0 | 0.30 | 0.72 | 0.01 | 34.95 | 0.98 | 0.64 |
| Hex | FD | B1 | 47 | 0 | 1E | 48 | 1 | 23 | 62 | 40 |
| Octal | 375 | 261 | 107 | 0 | 36 | 110 | 1 | 43 | 142 | 100 |
| Binary | 11111101 | 10110001 | 1000111 | 0 | 11110 | 1001000 | 1 | 100011 | 1100010 | 1000000 |
Color Harmonies of #FDB147
Complementary color
Monochromatic Colors of #FDB147
Black with #FDB147
Text Example
Text Example
White with #FDB147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB147; }
p { color: rgb(253,177,71); }
H1.HeaderClassName
{
color: #FDB147;
}
.AnyTagClassName
{
color: #FDB147;
}
</style>
background-color css
<style>
a { background-color: #FDB147; }
a { background-color: rgb(253,177,71); }
div.DivClassName
{
background-color: #FDB147;
}
.BgClassName
{
background-color: #FDB147;
}
</style>
border-color css
<style>
span { border-color: #FDB147; }
span { border-color: rgb(253,177,71); }
td.TdClassName
{
border-color: #FDB147;
}
.TagClassName
{
border-color: #FDB147;
}
</style>