Shades of My Sin #F0AB46
Tints of My Sin #F0AB46
RGB
CMYK
RGB Variations
Color information
#F0AB46 (or 0xF0AB46) is known color: My Sin. HEX triplet: F0, AB and 46. RGB value is (240,171,70). Sum of RGB (Red+Green+Blue) = 240+171+70=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 70 (27.73% from 255 or 14.55% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AB46 is #0F54B9. Grayscale: #B4B4B4. Windows color (decimal): -1004730 or 4631536. OLE color: 4631536.
HSL color Cylindrical-coordinate representation of color #F0AB46: hue angle of 35.65º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0AB46 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 70 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.06 |
| HSL | 35.65º | 0.85% | 0.61% | - |
| HSV(B) | 35.65º | 0.71% | 0.94% | - |
| XYZ | 51.6 | 48.09 | 12.36 | - |
| YUV | 180.12 | 65.86 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 70 | 0 | 0.29 | 0.71 | 0.06 | 35.65 | 0.85 | 0.61 |
| Hex | F0 | AB | 46 | 0 | 1D | 47 | 6 | 24 | 55 | 3D |
| Octal | 360 | 253 | 106 | 0 | 35 | 107 | 6 | 44 | 125 | 75 |
| Binary | 11110000 | 10101011 | 1000110 | 0 | 11101 | 1000111 | 110 | 100100 | 1010101 | 111101 |
Color Harmonies of #F0AB46
Complementary color
Monochromatic Colors of #F0AB46
Black with #F0AB46
Text Example
Text Example
White with #F0AB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AB46; }
p { color: rgb(240,171,70); }
H1.HeaderClassName
{
color: #F0AB46;
}
.AnyTagClassName
{
color: #F0AB46;
}
</style>
background-color css
<style>
a { background-color: #F0AB46; }
a { background-color: rgb(240,171,70); }
div.DivClassName
{
background-color: #F0AB46;
}
.BgClassName
{
background-color: #F0AB46;
}
</style>
border-color css
<style>
span { border-color: #F0AB46; }
span { border-color: rgb(240,171,70); }
td.TdClassName
{
border-color: #F0AB46;
}
.TagClassName
{
border-color: #F0AB46;
}
</style>