Shades of My Sin #F6B449
Tints of My Sin #F6B449
RGB
CMYK
RGB Variations
Color information
#F6B449 (or 0xF6B449) is known color: My Sin. HEX triplet: F6, B4 and 49. RGB value is (246,180,73). Sum of RGB (Red+Green+Blue) = 246+180+73=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 73 (28.91% from 255 or 14.63% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B449 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6B449 is #094BB6. Grayscale: #BCBCBC. Windows color (decimal): -609207 or 4830454. OLE color: 4830454.
HSL color Cylindrical-coordinate representation of color #F6B449: hue angle of 37.11º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F6B449 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 180 | 73 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.04 |
| HSL | 37.11º | 0.91% | 0.63% | - |
| HSV(B) | 37.11º | 0.7% | 0.96% | - |
| XYZ | 55.53 | 52.72 | 13.55 | - |
| YUV | 187.54 | 63.37 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 180 | 73 | 0 | 0.27 | 0.70 | 0.04 | 37.11 | 0.91 | 0.63 |
| Hex | F6 | B4 | 49 | 0 | 1B | 46 | 4 | 25 | 5B | 3F |
| Octal | 366 | 264 | 111 | 0 | 33 | 106 | 4 | 45 | 133 | 77 |
| Binary | 11110110 | 10110100 | 1001001 | 0 | 11011 | 1000110 | 100 | 100101 | 1011011 | 111111 |
Color Harmonies of #F6B449
Complementary color
Monochromatic Colors of #F6B449
Black with #F6B449
Text Example
Text Example
White with #F6B449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B449; }
p { color: rgb(246,180,73); }
H1.HeaderClassName
{
color: #F6B449;
}
.AnyTagClassName
{
color: #F6B449;
}
</style>
background-color css
<style>
a { background-color: #F6B449; }
a { background-color: rgb(246,180,73); }
div.DivClassName
{
background-color: #F6B449;
}
.BgClassName
{
background-color: #F6B449;
}
</style>
border-color css
<style>
span { border-color: #F6B449; }
span { border-color: rgb(246,180,73); }
td.TdClassName
{
border-color: #F6B449;
}
.TagClassName
{
border-color: #F6B449;
}
</style>