Shades of My Sin #F5B043
Tints of My Sin #F5B043
RGB
CMYK
RGB Variations
Color information
#F5B043 (or 0xF5B043) is known color: My Sin. HEX triplet: F5, B0 and 43. RGB value is (245,176,67). Sum of RGB (Red+Green+Blue) = 245+176+67=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 67 (26.56% from 255 or 13.73% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B043 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5B043 is #0A4FBC. Grayscale: #B8B8B8. Windows color (decimal): -675773 or 4436213. OLE color: 4436213.
HSL color Cylindrical-coordinate representation of color #F5B043: hue angle of 36.74º 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 #F5B043 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 176 | 67 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.04 |
| HSL | 36.74º | 0.9% | 0.61% | - |
| HSV(B) | 36.74º | 0.73% | 0.96% | - |
| XYZ | 54.19 | 50.87 | 12.27 | - |
| YUV | 184.21 | 61.86 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 176 | 67 | 0 | 0.28 | 0.73 | 0.04 | 36.74 | 0.9 | 0.61 |
| Hex | F5 | B0 | 43 | 0 | 1C | 49 | 4 | 25 | 5A | 3D |
| Octal | 365 | 260 | 103 | 0 | 34 | 111 | 4 | 45 | 132 | 75 |
| Binary | 11110101 | 10110000 | 1000011 | 0 | 11100 | 1001001 | 100 | 100101 | 1011010 | 111101 |
Color Harmonies of #F5B043
Complementary color
Monochromatic Colors of #F5B043
Black with #F5B043
Text Example
Text Example
White with #F5B043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B043; }
p { color: rgb(245,176,67); }
H1.HeaderClassName
{
color: #F5B043;
}
.AnyTagClassName
{
color: #F5B043;
}
</style>
background-color css
<style>
a { background-color: #F5B043; }
a { background-color: rgb(245,176,67); }
div.DivClassName
{
background-color: #F5B043;
}
.BgClassName
{
background-color: #F5B043;
}
</style>
border-color css
<style>
span { border-color: #F5B043; }
span { border-color: rgb(245,176,67); }
td.TdClassName
{
border-color: #F5B043;
}
.TagClassName
{
border-color: #F5B043;
}
</style>