Shades of My Sin #F2B045
Tints of My Sin #F2B045
RGB
CMYK
RGB Variations
Color information
#F2B045 (or 0xF2B045) is known color: My Sin. HEX triplet: F2, B0 and 45. RGB value is (242,176,69). Sum of RGB (Red+Green+Blue) = 242+176+69=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 69 (27.34% from 255 or 14.17% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B045 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2B045 is #0D4FBA. Grayscale: #B8B8B8. Windows color (decimal): -872379 or 4567282. OLE color: 4567282.
HSL color Cylindrical-coordinate representation of color #F2B045: hue angle of 37.11º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F2B045 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 69 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.05 |
| HSL | 37.11º | 0.87% | 0.61% | - |
| HSV(B) | 37.11º | 0.71% | 0.95% | - |
| XYZ | 53.22 | 50.36 | 12.55 | - |
| YUV | 183.54 | 63.37 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 69 | 0 | 0.27 | 0.71 | 0.05 | 37.11 | 0.87 | 0.61 |
| Hex | F2 | B0 | 45 | 0 | 1B | 47 | 5 | 25 | 57 | 3D |
| Octal | 362 | 260 | 105 | 0 | 33 | 107 | 5 | 45 | 127 | 75 |
| Binary | 11110010 | 10110000 | 1000101 | 0 | 11011 | 1000111 | 101 | 100101 | 1010111 | 111101 |
Color Harmonies of #F2B045
Complementary color
Monochromatic Colors of #F2B045
Black with #F2B045
Text Example
Text Example
White with #F2B045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B045; }
p { color: rgb(242,176,69); }
H1.HeaderClassName
{
color: #F2B045;
}
.AnyTagClassName
{
color: #F2B045;
}
</style>
background-color css
<style>
a { background-color: #F2B045; }
a { background-color: rgb(242,176,69); }
div.DivClassName
{
background-color: #F2B045;
}
.BgClassName
{
background-color: #F2B045;
}
</style>
border-color css
<style>
span { border-color: #F2B045; }
span { border-color: rgb(242,176,69); }
td.TdClassName
{
border-color: #F2B045;
}
.TagClassName
{
border-color: #F2B045;
}
</style>