Shades of My Sin #F7B946
Tints of My Sin #F7B946
RGB
CMYK
RGB Variations
Color information
#F7B946 (or 0xF7B946) is known color: My Sin. HEX triplet: F7, B9 and 46. RGB value is (247,185,70). Sum of RGB (Red+Green+Blue) = 247+185+70=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 70 (27.73% from 255 or 13.94% from 502); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B946 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7B946 is #0846B9. Grayscale: #BEBEBE. Windows color (decimal): -542394 or 4635127. OLE color: 4635127.
HSL color Cylindrical-coordinate representation of color #F7B946: hue angle of 38.98º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F7B946 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 185 | 70 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.03 |
| HSL | 38.98º | 0.92% | 0.62% | - |
| HSV(B) | 38.98º | 0.72% | 0.97% | - |
| XYZ | 56.81 | 54.91 | 13.4 | - |
| YUV | 190.43 | 60.04 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 185 | 70 | 0 | 0.25 | 0.72 | 0.03 | 38.98 | 0.92 | 0.62 |
| Hex | F7 | B9 | 46 | 0 | 19 | 48 | 3 | 27 | 5C | 3E |
| Octal | 367 | 271 | 106 | 0 | 31 | 110 | 3 | 47 | 134 | 76 |
| Binary | 11110111 | 10111001 | 1000110 | 0 | 11001 | 1001000 | 11 | 100111 | 1011100 | 111110 |
Color Harmonies of #F7B946
Complementary color
Monochromatic Colors of #F7B946
Black with #F7B946
Text Example
Text Example
White with #F7B946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B946; }
p { color: rgb(247,185,70); }
H1.HeaderClassName
{
color: #F7B946;
}
.AnyTagClassName
{
color: #F7B946;
}
</style>
background-color css
<style>
a { background-color: #F7B946; }
a { background-color: rgb(247,185,70); }
div.DivClassName
{
background-color: #F7B946;
}
.BgClassName
{
background-color: #F7B946;
}
</style>
border-color css
<style>
span { border-color: #F7B946; }
span { border-color: rgb(247,185,70); }
td.TdClassName
{
border-color: #F7B946;
}
.TagClassName
{
border-color: #F7B946;
}
</style>