Shades of My Sin #F5B03F
Tints of My Sin #F5B03F
RGB
CMYK
RGB Variations
Color information
#F5B03F (or 0xF5B03F) is known color: My Sin. HEX triplet: F5, B0 and 3F. RGB value is (245,176,63). Sum of RGB (Red+Green+Blue) = 245+176+63=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 63 (25% from 255 or 13.02% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B03F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5B03F is #0A4FC0. Grayscale: #B8B8B8. Windows color (decimal): -675777 or 4174069. OLE color: 4174069.
HSL color Cylindrical-coordinate representation of color #F5B03F: hue angle of 37.25º 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 #F5B03F is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 176 | 63 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.04 |
| HSL | 37.25º | 0.9% | 0.6% | - |
| HSV(B) | 37.25º | 0.74% | 0.96% | - |
| XYZ | 54.08 | 50.82 | 11.66 | - |
| YUV | 183.75 | 59.86 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 176 | 63 | 0 | 0.28 | 0.74 | 0.04 | 37.25 | 0.9 | 0.6 |
| Hex | F5 | B0 | 3F | 0 | 1C | 4A | 4 | 25 | 5A | 3C |
| Octal | 365 | 260 | 77 | 0 | 34 | 112 | 4 | 45 | 132 | 74 |
| Binary | 11110101 | 10110000 | 111111 | 0 | 11100 | 1001010 | 100 | 100101 | 1011010 | 111100 |
Color Harmonies of #F5B03F
Complementary color
Monochromatic Colors of #F5B03F
Black with #F5B03F
Text Example
Text Example
White with #F5B03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B03F; }
p { color: rgb(245,176,63); }
H1.HeaderClassName
{
color: #F5B03F;
}
.AnyTagClassName
{
color: #F5B03F;
}
</style>
background-color css
<style>
a { background-color: #F5B03F; }
a { background-color: rgb(245,176,63); }
div.DivClassName
{
background-color: #F5B03F;
}
.BgClassName
{
background-color: #F5B03F;
}
</style>
border-color css
<style>
span { border-color: #F5B03F; }
span { border-color: rgb(245,176,63); }
td.TdClassName
{
border-color: #F5B03F;
}
.TagClassName
{
border-color: #F5B03F;
}
</style>