Shades of My Sin #F0AC42
Tints of My Sin #F0AC42
RGB
CMYK
RGB Variations
Color information
#F0AC42 (or 0xF0AC42) is known color: My Sin. HEX triplet: F0, AC and 42. RGB value is (240,172,66). Sum of RGB (Red+Green+Blue) = 240+172+66=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 66 (26.17% from 255 or 13.81% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AC42 is #0F53BD. Grayscale: #B4B4B4. Windows color (decimal): -1004478 or 4369648. OLE color: 4369648.
HSL color Cylindrical-coordinate representation of color #F0AC42: hue angle of 36.55º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F0AC42 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 172 | 66 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.06 |
| HSL | 36.55º | 0.85% | 0.6% | - |
| HSV(B) | 36.55º | 0.73% | 0.94% | - |
| XYZ | 51.67 | 48.42 | 11.78 | - |
| YUV | 180.25 | 63.53 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 66 | 0 | 0.28 | 0.72 | 0.06 | 36.55 | 0.85 | 0.6 |
| Hex | F0 | AC | 42 | 0 | 1C | 48 | 6 | 25 | 55 | 3C |
| Octal | 360 | 254 | 102 | 0 | 34 | 110 | 6 | 45 | 125 | 74 |
| Binary | 11110000 | 10101100 | 1000010 | 0 | 11100 | 1001000 | 110 | 100101 | 1010101 | 111100 |
Color Harmonies of #F0AC42
Complementary color
Monochromatic Colors of #F0AC42
Black with #F0AC42
Text Example
Text Example
White with #F0AC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AC42; }
p { color: rgb(240,172,66); }
H1.HeaderClassName
{
color: #F0AC42;
}
.AnyTagClassName
{
color: #F0AC42;
}
</style>
background-color css
<style>
a { background-color: #F0AC42; }
a { background-color: rgb(240,172,66); }
div.DivClassName
{
background-color: #F0AC42;
}
.BgClassName
{
background-color: #F0AC42;
}
</style>
border-color css
<style>
span { border-color: #F0AC42; }
span { border-color: rgb(240,172,66); }
td.TdClassName
{
border-color: #F0AC42;
}
.TagClassName
{
border-color: #F0AC42;
}
</style>