Shades of My Sin #F5A542
Tints of My Sin #F5A542
RGB
CMYK
RGB Variations
Color information
#F5A542 (or 0xF5A542) is known color: My Sin. HEX triplet: F5, A5 and 42. RGB value is (245,165,66). Sum of RGB (Red+Green+Blue) = 245+165+66=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 66 (26.17% from 255 or 13.87% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A542 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A542 is #0A5ABD. Grayscale: #B2B2B2. Windows color (decimal): -678590 or 4367861. OLE color: 4367861.
HSL color Cylindrical-coordinate representation of color #F5A542: hue angle of 33.18º 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 #F5A542 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 165 | 66 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.04 |
| HSL | 33.18º | 0.9% | 0.61% | - |
| HSV(B) | 33.18º | 0.73% | 0.96% | - |
| XYZ | 52.09 | 46.72 | 11.43 | - |
| YUV | 177.63 | 65 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 165 | 66 | 0 | 0.33 | 0.73 | 0.04 | 33.18 | 0.9 | 0.61 |
| Hex | F5 | A5 | 42 | 0 | 21 | 49 | 4 | 21 | 5A | 3D |
| Octal | 365 | 245 | 102 | 0 | 41 | 111 | 4 | 41 | 132 | 75 |
| Binary | 11110101 | 10100101 | 1000010 | 0 | 100001 | 1001001 | 100 | 100001 | 1011010 | 111101 |
Color Harmonies of #F5A542
Complementary color
Monochromatic Colors of #F5A542
Black with #F5A542
Text Example
Text Example
White with #F5A542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A542; }
p { color: rgb(245,165,66); }
H1.HeaderClassName
{
color: #F5A542;
}
.AnyTagClassName
{
color: #F5A542;
}
</style>
background-color css
<style>
a { background-color: #F5A542; }
a { background-color: rgb(245,165,66); }
div.DivClassName
{
background-color: #F5A542;
}
.BgClassName
{
background-color: #F5A542;
}
</style>
border-color css
<style>
span { border-color: #F5A542; }
span { border-color: rgb(245,165,66); }
td.TdClassName
{
border-color: #F5A542;
}
.TagClassName
{
border-color: #F5A542;
}
</style>