Shades of My Sin #F2B043
Tints of My Sin #F2B043
RGB
CMYK
RGB Variations
Color information
#F2B043 (or 0xF2B043) is known color: My Sin. HEX triplet: F2, B0 and 43. RGB value is (242,176,67). Sum of RGB (Red+Green+Blue) = 242+176+67=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 67 (26.56% from 255 or 13.81% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B043 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2B043 is #0D4FBC. Grayscale: #B7B7B7. Windows color (decimal): -872381 or 4436210. OLE color: 4436210.
HSL color Cylindrical-coordinate representation of color #F2B043: hue angle of 37.37º 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 #F2B043 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 67 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.05 |
| HSL | 37.37º | 0.87% | 0.61% | - |
| HSV(B) | 37.37º | 0.72% | 0.95% | - |
| XYZ | 53.16 | 50.33 | 12.22 | - |
| YUV | 183.31 | 62.37 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 67 | 0 | 0.27 | 0.72 | 0.05 | 37.37 | 0.87 | 0.61 |
| Hex | F2 | B0 | 43 | 0 | 1B | 48 | 5 | 25 | 57 | 3D |
| Octal | 362 | 260 | 103 | 0 | 33 | 110 | 5 | 45 | 127 | 75 |
| Binary | 11110010 | 10110000 | 1000011 | 0 | 11011 | 1001000 | 101 | 100101 | 1010111 | 111101 |
Color Harmonies of #F2B043
Complementary color
Monochromatic Colors of #F2B043
Black with #F2B043
Text Example
Text Example
White with #F2B043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B043; }
p { color: rgb(242,176,67); }
H1.HeaderClassName
{
color: #F2B043;
}
.AnyTagClassName
{
color: #F2B043;
}
</style>
background-color css
<style>
a { background-color: #F2B043; }
a { background-color: rgb(242,176,67); }
div.DivClassName
{
background-color: #F2B043;
}
.BgClassName
{
background-color: #F2B043;
}
</style>
border-color css
<style>
span { border-color: #F2B043; }
span { border-color: rgb(242,176,67); }
td.TdClassName
{
border-color: #F2B043;
}
.TagClassName
{
border-color: #F2B043;
}
</style>