Shades of My Sin #F7B744
Tints of My Sin #F7B744
RGB
CMYK
RGB Variations
Color information
#F7B744 (or 0xF7B744) is known color: My Sin. HEX triplet: F7, B7 and 44. RGB value is (247,183,68). Sum of RGB (Red+Green+Blue) = 247+183+68=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 68 (26.95% from 255 or 13.65% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B744 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7B744 is #0848BB. Grayscale: #BDBDBD. Windows color (decimal): -542908 or 4503543. OLE color: 4503543.
HSL color Cylindrical-coordinate representation of color #F7B744: hue angle of 38.55º 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 #F7B744 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 183 | 68 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.03 |
| HSL | 38.55º | 0.92% | 0.62% | - |
| HSV(B) | 38.55º | 0.72% | 0.97% | - |
| XYZ | 56.33 | 54.06 | 12.93 | - |
| YUV | 189.03 | 59.7 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 183 | 68 | 0 | 0.26 | 0.72 | 0.03 | 38.55 | 0.92 | 0.62 |
| Hex | F7 | B7 | 44 | 0 | 1A | 48 | 3 | 27 | 5C | 3E |
| Octal | 367 | 267 | 104 | 0 | 32 | 110 | 3 | 47 | 134 | 76 |
| Binary | 11110111 | 10110111 | 1000100 | 0 | 11010 | 1001000 | 11 | 100111 | 1011100 | 111110 |
Color Harmonies of #F7B744
Complementary color
Monochromatic Colors of #F7B744
Black with #F7B744
Text Example
Text Example
White with #F7B744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B744; }
p { color: rgb(247,183,68); }
H1.HeaderClassName
{
color: #F7B744;
}
.AnyTagClassName
{
color: #F7B744;
}
</style>
background-color css
<style>
a { background-color: #F7B744; }
a { background-color: rgb(247,183,68); }
div.DivClassName
{
background-color: #F7B744;
}
.BgClassName
{
background-color: #F7B744;
}
</style>
border-color css
<style>
span { border-color: #F7B744; }
span { border-color: rgb(247,183,68); }
td.TdClassName
{
border-color: #F7B744;
}
.TagClassName
{
border-color: #F7B744;
}
</style>