Shades of My Sin #F2B143
Tints of My Sin #F2B143
RGB
CMYK
RGB Variations
Color information
#F2B143 (or 0xF2B143) is known color: My Sin. HEX triplet: F2, B1 and 43. RGB value is (242,177,67). Sum of RGB (Red+Green+Blue) = 242+177+67=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 67 (26.56% from 255 or 13.79% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B143 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2B143 is #0D4EBC. Grayscale: #B8B8B8. Windows color (decimal): -872125 or 4436466. OLE color: 4436466.
HSL color Cylindrical-coordinate representation of color #F2B143: hue angle of 37.71º 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 #F2B143 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 177 | 67 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.05 |
| HSL | 37.71º | 0.87% | 0.61% | - |
| HSV(B) | 37.71º | 0.72% | 0.95% | - |
| XYZ | 53.35 | 50.73 | 12.29 | - |
| YUV | 183.9 | 62.03 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 177 | 67 | 0 | 0.27 | 0.72 | 0.05 | 37.71 | 0.87 | 0.61 |
| Hex | F2 | B1 | 43 | 0 | 1B | 48 | 5 | 26 | 57 | 3D |
| Octal | 362 | 261 | 103 | 0 | 33 | 110 | 5 | 46 | 127 | 75 |
| Binary | 11110010 | 10110001 | 1000011 | 0 | 11011 | 1001000 | 101 | 100110 | 1010111 | 111101 |
Color Harmonies of #F2B143
Complementary color
Monochromatic Colors of #F2B143
Black with #F2B143
Text Example
Text Example
White with #F2B143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B143; }
p { color: rgb(242,177,67); }
H1.HeaderClassName
{
color: #F2B143;
}
.AnyTagClassName
{
color: #F2B143;
}
</style>
background-color css
<style>
a { background-color: #F2B143; }
a { background-color: rgb(242,177,67); }
div.DivClassName
{
background-color: #F2B143;
}
.BgClassName
{
background-color: #F2B143;
}
</style>
border-color css
<style>
span { border-color: #F2B143; }
span { border-color: rgb(242,177,67); }
td.TdClassName
{
border-color: #F2B143;
}
.TagClassName
{
border-color: #F2B143;
}
</style>