Shades of My Sin #F3B540
Tints of My Sin #F3B540
RGB
CMYK
RGB Variations
Color information
#F3B540 (or 0xF3B540) is known color: My Sin. HEX triplet: F3, B5 and 40. RGB value is (243,181,64). Sum of RGB (Red+Green+Blue) = 243+181+64=488 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.80% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 64 (25.39% from 255 or 13.11% from 488); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3B540 is #0C4ABF. Grayscale: #BABABA. Windows color (decimal): -805568 or 4240883. OLE color: 4240883.
HSL color Cylindrical-coordinate representation of color #F3B540: hue angle of 39.22º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F3B540 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 181 | 64 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.05 |
| HSL | 39.22º | 0.88% | 0.6% | - |
| HSV(B) | 39.22º | 0.74% | 0.95% | - |
| XYZ | 54.41 | 52.47 | 12.11 | - |
| YUV | 186.2 | 59.04 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 181 | 64 | 0 | 0.26 | 0.74 | 0.05 | 39.22 | 0.88 | 0.6 |
| Hex | F3 | B5 | 40 | 0 | 1A | 4A | 5 | 27 | 58 | 3C |
| Octal | 363 | 265 | 100 | 0 | 32 | 112 | 5 | 47 | 130 | 74 |
| Binary | 11110011 | 10110101 | 1000000 | 0 | 11010 | 1001010 | 101 | 100111 | 1011000 | 111100 |
Color Harmonies of #F3B540
Complementary color
Monochromatic Colors of #F3B540
Black with #F3B540
Text Example
Text Example
White with #F3B540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B540; }
p { color: rgb(243,181,64); }
H1.HeaderClassName
{
color: #F3B540;
}
.AnyTagClassName
{
color: #F3B540;
}
</style>
background-color css
<style>
a { background-color: #F3B540; }
a { background-color: rgb(243,181,64); }
div.DivClassName
{
background-color: #F3B540;
}
.BgClassName
{
background-color: #F3B540;
}
</style>
border-color css
<style>
span { border-color: #F3B540; }
span { border-color: rgb(243,181,64); }
td.TdClassName
{
border-color: #F3B540;
}
.TagClassName
{
border-color: #F3B540;
}
</style>