Shades of My Sin #F5B13F
Tints of My Sin #F5B13F
RGB
CMYK
RGB Variations
Color information
#F5B13F (or 0xF5B13F) is known color: My Sin. HEX triplet: F5, B1 and 3F. RGB value is (245,177,63). Sum of RGB (Red+Green+Blue) = 245+177+63=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 63 (25% from 255 or 12.99% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B13F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5B13F is #0A4EC0. Grayscale: #B8B8B8. Windows color (decimal): -675521 or 4174325. OLE color: 4174325.
HSL color Cylindrical-coordinate representation of color #F5B13F: hue angle of 37.58º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F5B13F is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 177 | 63 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.04 |
| HSL | 37.58º | 0.9% | 0.6% | - |
| HSV(B) | 37.58º | 0.74% | 0.96% | - |
| XYZ | 54.28 | 51.22 | 11.73 | - |
| YUV | 184.34 | 59.53 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 177 | 63 | 0 | 0.28 | 0.74 | 0.04 | 37.58 | 0.9 | 0.6 |
| Hex | F5 | B1 | 3F | 0 | 1C | 4A | 4 | 26 | 5A | 3C |
| Octal | 365 | 261 | 77 | 0 | 34 | 112 | 4 | 46 | 132 | 74 |
| Binary | 11110101 | 10110001 | 111111 | 0 | 11100 | 1001010 | 100 | 100110 | 1011010 | 111100 |
Color Harmonies of #F5B13F
Complementary color
Monochromatic Colors of #F5B13F
Black with #F5B13F
Text Example
Text Example
White with #F5B13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B13F; }
p { color: rgb(245,177,63); }
H1.HeaderClassName
{
color: #F5B13F;
}
.AnyTagClassName
{
color: #F5B13F;
}
</style>
background-color css
<style>
a { background-color: #F5B13F; }
a { background-color: rgb(245,177,63); }
div.DivClassName
{
background-color: #F5B13F;
}
.BgClassName
{
background-color: #F5B13F;
}
</style>
border-color css
<style>
span { border-color: #F5B13F; }
span { border-color: rgb(245,177,63); }
td.TdClassName
{
border-color: #F5B13F;
}
.TagClassName
{
border-color: #F5B13F;
}
</style>