Shades of My Sin #F6A843
Tints of My Sin #F6A843
RGB
CMYK
RGB Variations
Color information
#F6A843 (or 0xF6A843) is known color: My Sin. HEX triplet: F6, A8 and 43. RGB value is (246,168,67). Sum of RGB (Red+Green+Blue) = 246+168+67=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 67 (26.56% from 255 or 13.93% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A843 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6A843 is #0957BC. Grayscale: #B4B4B4. Windows color (decimal): -612285 or 4434166. OLE color: 4434166.
HSL color Cylindrical-coordinate representation of color #F6A843: hue angle of 33.85º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F6A843 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 168 | 67 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.04 |
| HSL | 33.85º | 0.91% | 0.61% | - |
| HSV(B) | 33.85º | 0.73% | 0.96% | - |
| XYZ | 53.02 | 48 | 11.78 | - |
| YUV | 179.81 | 64.34 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 168 | 67 | 0 | 0.32 | 0.73 | 0.04 | 33.85 | 0.91 | 0.61 |
| Hex | F6 | A8 | 43 | 0 | 20 | 49 | 4 | 22 | 5B | 3D |
| Octal | 366 | 250 | 103 | 0 | 40 | 111 | 4 | 42 | 133 | 75 |
| Binary | 11110110 | 10101000 | 1000011 | 0 | 100000 | 1001001 | 100 | 100010 | 1011011 | 111101 |
Color Harmonies of #F6A843
Complementary color
Monochromatic Colors of #F6A843
Black with #F6A843
Text Example
Text Example
White with #F6A843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A843; }
p { color: rgb(246,168,67); }
H1.HeaderClassName
{
color: #F6A843;
}
.AnyTagClassName
{
color: #F6A843;
}
</style>
background-color css
<style>
a { background-color: #F6A843; }
a { background-color: rgb(246,168,67); }
div.DivClassName
{
background-color: #F6A843;
}
.BgClassName
{
background-color: #F6A843;
}
</style>
border-color css
<style>
span { border-color: #F6A843; }
span { border-color: rgb(246,168,67); }
td.TdClassName
{
border-color: #F6A843;
}
.TagClassName
{
border-color: #F6A843;
}
</style>