Shades of My Sin #F3B046
Tints of My Sin #F3B046
RGB
CMYK
RGB Variations
Color information
#F3B046 (or 0xF3B046) is known color: My Sin. HEX triplet: F3, B0 and 46. RGB value is (243,176,70). Sum of RGB (Red+Green+Blue) = 243+176+70=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 70 (27.73% from 255 or 14.31% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B046 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3B046 is #0C4FB9. Grayscale: #B8B8B8. Windows color (decimal): -806842 or 4632819. OLE color: 4632819.
HSL color Cylindrical-coordinate representation of color #F3B046: hue angle of 36.76º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F3B046 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 176 | 70 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.05 |
| HSL | 36.76º | 0.88% | 0.61% | - |
| HSV(B) | 36.76º | 0.71% | 0.95% | - |
| XYZ | 53.59 | 50.55 | 12.73 | - |
| YUV | 183.95 | 63.7 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 176 | 70 | 0 | 0.28 | 0.71 | 0.05 | 36.76 | 0.88 | 0.61 |
| Hex | F3 | B0 | 46 | 0 | 1C | 47 | 5 | 25 | 58 | 3D |
| Octal | 363 | 260 | 106 | 0 | 34 | 107 | 5 | 45 | 130 | 75 |
| Binary | 11110011 | 10110000 | 1000110 | 0 | 11100 | 1000111 | 101 | 100101 | 1011000 | 111101 |
Color Harmonies of #F3B046
Complementary color
Monochromatic Colors of #F3B046
Black with #F3B046
Text Example
Text Example
White with #F3B046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B046; }
p { color: rgb(243,176,70); }
H1.HeaderClassName
{
color: #F3B046;
}
.AnyTagClassName
{
color: #F3B046;
}
</style>
background-color css
<style>
a { background-color: #F3B046; }
a { background-color: rgb(243,176,70); }
div.DivClassName
{
background-color: #F3B046;
}
.BgClassName
{
background-color: #F3B046;
}
</style>
border-color css
<style>
span { border-color: #F3B046; }
span { border-color: rgb(243,176,70); }
td.TdClassName
{
border-color: #F3B046;
}
.TagClassName
{
border-color: #F3B046;
}
</style>