Shades of My Sin #F5B340
Tints of My Sin #F5B340
RGB
CMYK
RGB Variations
Color information
#F5B340 (or 0xF5B340) is known color: My Sin. HEX triplet: F5, B3 and 40. RGB value is (245,179,64). Sum of RGB (Red+Green+Blue) = 245+179+64=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 64 (25.39% from 255 or 13.11% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5B340 is #0A4CBF. Grayscale: #BABABA. Windows color (decimal): -675008 or 4240373. OLE color: 4240373.
HSL color Cylindrical-coordinate representation of color #F5B340: hue angle of 38.12º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F5B340 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 179 | 64 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.04 |
| HSL | 38.12º | 0.9% | 0.61% | - |
| HSV(B) | 38.12º | 0.74% | 0.96% | - |
| XYZ | 54.7 | 52.02 | 12.01 | - |
| YUV | 185.62 | 59.37 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 179 | 64 | 0 | 0.27 | 0.74 | 0.04 | 38.12 | 0.9 | 0.61 |
| Hex | F5 | B3 | 40 | 0 | 1B | 4A | 4 | 26 | 5A | 3D |
| Octal | 365 | 263 | 100 | 0 | 33 | 112 | 4 | 46 | 132 | 75 |
| Binary | 11110101 | 10110011 | 1000000 | 0 | 11011 | 1001010 | 100 | 100110 | 1011010 | 111101 |
Color Harmonies of #F5B340
Complementary color
Monochromatic Colors of #F5B340
Black with #F5B340
Text Example
Text Example
White with #F5B340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B340; }
p { color: rgb(245,179,64); }
H1.HeaderClassName
{
color: #F5B340;
}
.AnyTagClassName
{
color: #F5B340;
}
</style>
background-color css
<style>
a { background-color: #F5B340; }
a { background-color: rgb(245,179,64); }
div.DivClassName
{
background-color: #F5B340;
}
.BgClassName
{
background-color: #F5B340;
}
</style>
border-color css
<style>
span { border-color: #F5B340; }
span { border-color: rgb(245,179,64); }
td.TdClassName
{
border-color: #F5B340;
}
.TagClassName
{
border-color: #F5B340;
}
</style>