Shades of My Sin #F4B540
Tints of My Sin #F4B540
RGB
CMYK
RGB Variations
Color information
#F4B540 (or 0xF4B540) is known color: My Sin. HEX triplet: F4, B5 and 40. RGB value is (244,181,64). Sum of RGB (Red+Green+Blue) = 244+181+64=489 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.90% from 489); Green value is 181 (71.09% from 255 or 37.01% from 489); Blue value is 64 (25.39% from 255 or 13.09% from 489); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4B540 is #0B4ABF. Grayscale: #BBBBBB. Windows color (decimal): -740032 or 4240884. OLE color: 4240884.
HSL color Cylindrical-coordinate representation of color #F4B540: hue angle of 39º degrees, saturation: 0.89, 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 #F4B540 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 181 | 64 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.04 |
| HSL | 39º | 0.89% | 0.6% | - |
| HSV(B) | 39º | 0.74% | 0.96% | - |
| XYZ | 54.76 | 52.65 | 12.13 | - |
| YUV | 186.5 | 58.87 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 181 | 64 | 0 | 0.26 | 0.74 | 0.04 | 39 | 0.89 | 0.6 |
| Hex | F4 | B5 | 40 | 0 | 1A | 4A | 4 | 27 | 59 | 3C |
| Octal | 364 | 265 | 100 | 0 | 32 | 112 | 4 | 47 | 131 | 74 |
| Binary | 11110100 | 10110101 | 1000000 | 0 | 11010 | 1001010 | 100 | 100111 | 1011001 | 111100 |
Color Harmonies of #F4B540
Complementary color
Monochromatic Colors of #F4B540
Black with #F4B540
Text Example
Text Example
White with #F4B540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B540; }
p { color: rgb(244,181,64); }
H1.HeaderClassName
{
color: #F4B540;
}
.AnyTagClassName
{
color: #F4B540;
}
</style>
background-color css
<style>
a { background-color: #F4B540; }
a { background-color: rgb(244,181,64); }
div.DivClassName
{
background-color: #F4B540;
}
.BgClassName
{
background-color: #F4B540;
}
</style>
border-color css
<style>
span { border-color: #F4B540; }
span { border-color: rgb(244,181,64); }
td.TdClassName
{
border-color: #F4B540;
}
.TagClassName
{
border-color: #F4B540;
}
</style>