Shades of My Sin #F3A843
Tints of My Sin #F3A843
RGB
CMYK
RGB Variations
Color information
#F3A843 (or 0xF3A843) is known color: My Sin. HEX triplet: F3, A8 and 43. RGB value is (243,168,67). Sum of RGB (Red+Green+Blue) = 243+168+67=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 67 (26.56% from 255 or 14.02% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A843 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A843 is #0C57BC. Grayscale: #B3B3B3. Windows color (decimal): -808893 or 4434163. OLE color: 4434163.
HSL color Cylindrical-coordinate representation of color #F3A843: hue angle of 34.43º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F3A843 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 67 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.05 |
| HSL | 34.43º | 0.88% | 0.61% | - |
| HSV(B) | 34.43º | 0.72% | 0.95% | - |
| XYZ | 51.98 | 47.47 | 11.73 | - |
| YUV | 178.91 | 64.85 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 67 | 0 | 0.31 | 0.72 | 0.05 | 34.43 | 0.88 | 0.61 |
| Hex | F3 | A8 | 43 | 0 | 1F | 48 | 5 | 22 | 58 | 3D |
| Octal | 363 | 250 | 103 | 0 | 37 | 110 | 5 | 42 | 130 | 75 |
| Binary | 11110011 | 10101000 | 1000011 | 0 | 11111 | 1001000 | 101 | 100010 | 1011000 | 111101 |
Color Harmonies of #F3A843
Complementary color
Monochromatic Colors of #F3A843
Black with #F3A843
Text Example
Text Example
White with #F3A843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A843; }
p { color: rgb(243,168,67); }
H1.HeaderClassName
{
color: #F3A843;
}
.AnyTagClassName
{
color: #F3A843;
}
</style>
background-color css
<style>
a { background-color: #F3A843; }
a { background-color: rgb(243,168,67); }
div.DivClassName
{
background-color: #F3A843;
}
.BgClassName
{
background-color: #F3A843;
}
</style>
border-color css
<style>
span { border-color: #F3A843; }
span { border-color: rgb(243,168,67); }
td.TdClassName
{
border-color: #F3A843;
}
.TagClassName
{
border-color: #F3A843;
}
</style>