Shades of My Sin #F5A844
Tints of My Sin #F5A844
RGB
CMYK
RGB Variations
Color information
#F5A844 (or 0xF5A844) is known color: My Sin. HEX triplet: F5, A8 and 44. RGB value is (245,168,68). Sum of RGB (Red+Green+Blue) = 245+168+68=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 68 (26.95% from 255 or 14.14% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A844 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A844 is #0A57BB. Grayscale: #B4B4B4. Windows color (decimal): -677820 or 4499701. OLE color: 4499701.
HSL color Cylindrical-coordinate representation of color #F5A844: hue angle of 33.9º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F5A844 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 168 | 68 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.04 |
| HSL | 33.9º | 0.9% | 0.61% | - |
| HSV(B) | 33.9º | 0.72% | 0.96% | - |
| XYZ | 52.7 | 47.84 | 11.92 | - |
| YUV | 179.62 | 65.01 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 168 | 68 | 0 | 0.31 | 0.72 | 0.04 | 33.9 | 0.9 | 0.61 |
| Hex | F5 | A8 | 44 | 0 | 1F | 48 | 4 | 22 | 5A | 3D |
| Octal | 365 | 250 | 104 | 0 | 37 | 110 | 4 | 42 | 132 | 75 |
| Binary | 11110101 | 10101000 | 1000100 | 0 | 11111 | 1001000 | 100 | 100010 | 1011010 | 111101 |
Color Harmonies of #F5A844
Complementary color
Monochromatic Colors of #F5A844
Black with #F5A844
Text Example
Text Example
White with #F5A844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A844; }
p { color: rgb(245,168,68); }
H1.HeaderClassName
{
color: #F5A844;
}
.AnyTagClassName
{
color: #F5A844;
}
</style>
background-color css
<style>
a { background-color: #F5A844; }
a { background-color: rgb(245,168,68); }
div.DivClassName
{
background-color: #F5A844;
}
.BgClassName
{
background-color: #F5A844;
}
</style>
border-color css
<style>
span { border-color: #F5A844; }
span { border-color: rgb(245,168,68); }
td.TdClassName
{
border-color: #F5A844;
}
.TagClassName
{
border-color: #F5A844;
}
</style>