Shades of My Sin #F2B444
Tints of My Sin #F2B444
RGB
CMYK
RGB Variations
Color information
#F2B444 (or 0xF2B444) is known color: My Sin. HEX triplet: F2, B4 and 44. RGB value is (242,180,68). Sum of RGB (Red+Green+Blue) = 242+180+68=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 68 (26.95% from 255 or 13.88% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B444 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B444 is #0D4BBB. Grayscale: #BABABA. Windows color (decimal): -871356 or 4502770. OLE color: 4502770.
HSL color Cylindrical-coordinate representation of color #F2B444: hue angle of 38.62º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F2B444 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 180 | 68 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.05 |
| HSL | 38.62º | 0.87% | 0.61% | - |
| HSV(B) | 38.62º | 0.72% | 0.95% | - |
| XYZ | 53.98 | 51.94 | 12.65 | - |
| YUV | 185.77 | 61.54 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 180 | 68 | 0 | 0.26 | 0.72 | 0.05 | 38.62 | 0.87 | 0.61 |
| Hex | F2 | B4 | 44 | 0 | 1A | 48 | 5 | 27 | 57 | 3D |
| Octal | 362 | 264 | 104 | 0 | 32 | 110 | 5 | 47 | 127 | 75 |
| Binary | 11110010 | 10110100 | 1000100 | 0 | 11010 | 1001000 | 101 | 100111 | 1010111 | 111101 |
Color Harmonies of #F2B444
Complementary color
Monochromatic Colors of #F2B444
Black with #F2B444
Text Example
Text Example
White with #F2B444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B444; }
p { color: rgb(242,180,68); }
H1.HeaderClassName
{
color: #F2B444;
}
.AnyTagClassName
{
color: #F2B444;
}
</style>
background-color css
<style>
a { background-color: #F2B444; }
a { background-color: rgb(242,180,68); }
div.DivClassName
{
background-color: #F2B444;
}
.BgClassName
{
background-color: #F2B444;
}
</style>
border-color css
<style>
span { border-color: #F2B444; }
span { border-color: rgb(242,180,68); }
td.TdClassName
{
border-color: #F2B444;
}
.TagClassName
{
border-color: #F2B444;
}
</style>