Shades of My Sin #F7B647
Tints of My Sin #F7B647
RGB
CMYK
RGB Variations
Color information
#F7B647 (or 0xF7B647) is known color: My Sin. HEX triplet: F7, B6 and 47. RGB value is (247,182,71). Sum of RGB (Red+Green+Blue) = 247+182+71=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 71 (28.12% from 255 or 14.2% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B647 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7B647 is #0849B8. Grayscale: #BDBDBD. Windows color (decimal): -543161 or 4699895. OLE color: 4699895.
HSL color Cylindrical-coordinate representation of color #F7B647: hue angle of 37.84º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F7B647 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 182 | 71 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.03 |
| HSL | 37.84º | 0.92% | 0.62% | - |
| HSV(B) | 37.84º | 0.71% | 0.97% | - |
| XYZ | 56.22 | 53.68 | 13.36 | - |
| YUV | 188.78 | 61.53 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 182 | 71 | 0 | 0.26 | 0.71 | 0.03 | 37.84 | 0.92 | 0.62 |
| Hex | F7 | B6 | 47 | 0 | 1A | 47 | 3 | 26 | 5C | 3E |
| Octal | 367 | 266 | 107 | 0 | 32 | 107 | 3 | 46 | 134 | 76 |
| Binary | 11110111 | 10110110 | 1000111 | 0 | 11010 | 1000111 | 11 | 100110 | 1011100 | 111110 |
Color Harmonies of #F7B647
Complementary color
Monochromatic Colors of #F7B647
Black with #F7B647
Text Example
Text Example
White with #F7B647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B647; }
p { color: rgb(247,182,71); }
H1.HeaderClassName
{
color: #F7B647;
}
.AnyTagClassName
{
color: #F7B647;
}
</style>
background-color css
<style>
a { background-color: #F7B647; }
a { background-color: rgb(247,182,71); }
div.DivClassName
{
background-color: #F7B647;
}
.BgClassName
{
background-color: #F7B647;
}
</style>
border-color css
<style>
span { border-color: #F7B647; }
span { border-color: rgb(247,182,71); }
td.TdClassName
{
border-color: #F7B647;
}
.TagClassName
{
border-color: #F7B647;
}
</style>