Shades of My Sin #F0A848
Tints of My Sin #F0A848
RGB
CMYK
RGB Variations
Color information
#F0A848 (or 0xF0A848) is known color: My Sin. HEX triplet: F0, A8 and 48. RGB value is (240,168,72). Sum of RGB (Red+Green+Blue) = 240+168+72=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 72 (28.52% from 255 or 15% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A848 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A848 is #0F57B7. Grayscale: #B3B3B3. Windows color (decimal): -1005496 or 4761840. OLE color: 4761840.
HSL color Cylindrical-coordinate representation of color #F0A848: hue angle of 34.29º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0A848 is Cyan = 0, Magento = 0.3, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 168 | 72 | - |
| CMYK | 0 | 0.3 | 0.7 | 0.06 |
| HSL | 34.29º | 0.85% | 0.61% | - |
| HSV(B) | 34.29º | 0.7% | 0.94% | - |
| XYZ | 51.11 | 47 | 12.51 | - |
| YUV | 178.58 | 67.85 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 168 | 72 | 0 | 0.3 | 0.7 | 0.06 | 34.29 | 0.85 | 0.61 |
| Hex | F0 | A8 | 48 | 0 | 1E | 46 | 6 | 22 | 55 | 3D |
| Octal | 360 | 250 | 110 | 0 | 36 | 106 | 6 | 42 | 125 | 75 |
| Binary | 11110000 | 10101000 | 1001000 | 0 | 11110 | 1000110 | 110 | 100010 | 1010101 | 111101 |
Color Harmonies of #F0A848
Complementary color
Monochromatic Colors of #F0A848
Black with #F0A848
Text Example
Text Example
White with #F0A848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A848; }
p { color: rgb(240,168,72); }
H1.HeaderClassName
{
color: #F0A848;
}
.AnyTagClassName
{
color: #F0A848;
}
</style>
background-color css
<style>
a { background-color: #F0A848; }
a { background-color: rgb(240,168,72); }
div.DivClassName
{
background-color: #F0A848;
}
.BgClassName
{
background-color: #F0A848;
}
</style>
border-color css
<style>
span { border-color: #F0A848; }
span { border-color: rgb(240,168,72); }
td.TdClassName
{
border-color: #F0A848;
}
.TagClassName
{
border-color: #F0A848;
}
</style>