Shades of My Sin #F0AD44
Tints of My Sin #F0AD44
RGB
CMYK
RGB Variations
Color information
#F0AD44 (or 0xF0AD44) is known color: My Sin. HEX triplet: F0, AD and 44. RGB value is (240,173,68). Sum of RGB (Red+Green+Blue) = 240+173+68=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 68 (26.95% from 255 or 14.14% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD44 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AD44 is #0F52BB. Grayscale: #B5B5B5. Windows color (decimal): -1004220 or 4500976. OLE color: 4500976.
HSL color Cylindrical-coordinate representation of color #F0AD44: hue angle of 36.63º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F0AD44 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 68 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.06 |
| HSL | 36.63º | 0.85% | 0.6% | - |
| HSV(B) | 36.63º | 0.72% | 0.94% | - |
| XYZ | 51.92 | 48.83 | 12.16 | - |
| YUV | 181.06 | 64.2 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 68 | 0 | 0.28 | 0.72 | 0.06 | 36.63 | 0.85 | 0.6 |
| Hex | F0 | AD | 44 | 0 | 1C | 48 | 6 | 25 | 55 | 3C |
| Octal | 360 | 255 | 104 | 0 | 34 | 110 | 6 | 45 | 125 | 74 |
| Binary | 11110000 | 10101101 | 1000100 | 0 | 11100 | 1001000 | 110 | 100101 | 1010101 | 111100 |
Color Harmonies of #F0AD44
Complementary color
Monochromatic Colors of #F0AD44
Black with #F0AD44
Text Example
Text Example
White with #F0AD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AD44; }
p { color: rgb(240,173,68); }
H1.HeaderClassName
{
color: #F0AD44;
}
.AnyTagClassName
{
color: #F0AD44;
}
</style>
background-color css
<style>
a { background-color: #F0AD44; }
a { background-color: rgb(240,173,68); }
div.DivClassName
{
background-color: #F0AD44;
}
.BgClassName
{
background-color: #F0AD44;
}
</style>
border-color css
<style>
span { border-color: #F0AD44; }
span { border-color: rgb(240,173,68); }
td.TdClassName
{
border-color: #F0AD44;
}
.TagClassName
{
border-color: #F0AD44;
}
</style>