Shades of My Sin #F5A841
Tints of My Sin #F5A841
RGB
CMYK
RGB Variations
Color information
#F5A841 (or 0xF5A841) is known color: My Sin. HEX triplet: F5, A8 and 41. RGB value is (245,168,65). Sum of RGB (Red+Green+Blue) = 245+168+65=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 65 (25.78% from 255 or 13.60% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A841 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A841 is #0A57BE. Grayscale: #B3B3B3. Windows color (decimal): -677823 or 4303093. OLE color: 4303093.
HSL color Cylindrical-coordinate representation of color #F5A841: hue angle of 34.33º degrees, saturation: 0.9, 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 #F5A841 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 168 | 65 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.04 |
| HSL | 34.33º | 0.9% | 0.61% | - |
| HSV(B) | 34.33º | 0.73% | 0.96% | - |
| XYZ | 52.61 | 47.8 | 11.45 | - |
| YUV | 179.28 | 63.51 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 168 | 65 | 0 | 0.31 | 0.73 | 0.04 | 34.33 | 0.9 | 0.61 |
| Hex | F5 | A8 | 41 | 0 | 1F | 49 | 4 | 22 | 5A | 3D |
| Octal | 365 | 250 | 101 | 0 | 37 | 111 | 4 | 42 | 132 | 75 |
| Binary | 11110101 | 10101000 | 1000001 | 0 | 11111 | 1001001 | 100 | 100010 | 1011010 | 111101 |
Color Harmonies of #F5A841
Complementary color
Monochromatic Colors of #F5A841
Black with #F5A841
Text Example
Text Example
White with #F5A841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A841; }
p { color: rgb(245,168,65); }
H1.HeaderClassName
{
color: #F5A841;
}
.AnyTagClassName
{
color: #F5A841;
}
</style>
background-color css
<style>
a { background-color: #F5A841; }
a { background-color: rgb(245,168,65); }
div.DivClassName
{
background-color: #F5A841;
}
.BgClassName
{
background-color: #F5A841;
}
</style>
border-color css
<style>
span { border-color: #F5A841; }
span { border-color: rgb(245,168,65); }
td.TdClassName
{
border-color: #F5A841;
}
.TagClassName
{
border-color: #F5A841;
}
</style>