Shades of My Sin #F5A845
Tints of My Sin #F5A845
RGB
CMYK
RGB Variations
Color information
#F5A845 (or 0xF5A845) is known color: My Sin. HEX triplet: F5, A8 and 45. RGB value is (245,168,69). Sum of RGB (Red+Green+Blue) = 245+168+69=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 69 (27.34% from 255 or 14.32% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A845 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A845 is #0A57BA. Grayscale: #B4B4B4. Windows color (decimal): -677819 or 4565237. OLE color: 4565237.
HSL color Cylindrical-coordinate representation of color #F5A845: hue angle of 33.75º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F5A845 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 168 | 69 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.04 |
| HSL | 33.75º | 0.9% | 0.62% | - |
| HSV(B) | 33.75º | 0.72% | 0.96% | - |
| XYZ | 52.73 | 47.85 | 12.09 | - |
| YUV | 179.74 | 65.51 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 168 | 69 | 0 | 0.31 | 0.72 | 0.04 | 33.75 | 0.9 | 0.62 |
| Hex | F5 | A8 | 45 | 0 | 1F | 48 | 4 | 22 | 5A | 3E |
| Octal | 365 | 250 | 105 | 0 | 37 | 110 | 4 | 42 | 132 | 76 |
| Binary | 11110101 | 10101000 | 1000101 | 0 | 11111 | 1001000 | 100 | 100010 | 1011010 | 111110 |
Color Harmonies of #F5A845
Complementary color
Monochromatic Colors of #F5A845
Black with #F5A845
Text Example
Text Example
White with #F5A845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A845; }
p { color: rgb(245,168,69); }
H1.HeaderClassName
{
color: #F5A845;
}
.AnyTagClassName
{
color: #F5A845;
}
</style>
background-color css
<style>
a { background-color: #F5A845; }
a { background-color: rgb(245,168,69); }
div.DivClassName
{
background-color: #F5A845;
}
.BgClassName
{
background-color: #F5A845;
}
</style>
border-color css
<style>
span { border-color: #F5A845; }
span { border-color: rgb(245,168,69); }
td.TdClassName
{
border-color: #F5A845;
}
.TagClassName
{
border-color: #F5A845;
}
</style>