Shades of My Sin #F0AB44
Tints of My Sin #F0AB44
RGB
CMYK
RGB Variations
Color information
#F0AB44 (or 0xF0AB44) is known color: My Sin. HEX triplet: F0, AB and 44. RGB value is (240,171,68). Sum of RGB (Red+Green+Blue) = 240+171+68=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 68 (26.95% from 255 or 14.20% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB44 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AB44 is #0F54BB. Grayscale: #B4B4B4. Windows color (decimal): -1004732 or 4500464. OLE color: 4500464.
HSL color Cylindrical-coordinate representation of color #F0AB44: hue angle of 35.93º 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 #F0AB44 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 68 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.06 |
| HSL | 35.93º | 0.85% | 0.6% | - |
| HSV(B) | 35.93º | 0.72% | 0.94% | - |
| XYZ | 51.54 | 48.07 | 12.03 | - |
| YUV | 179.89 | 64.86 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 68 | 0 | 0.29 | 0.72 | 0.06 | 35.93 | 0.85 | 0.6 |
| Hex | F0 | AB | 44 | 0 | 1D | 48 | 6 | 24 | 55 | 3C |
| Octal | 360 | 253 | 104 | 0 | 35 | 110 | 6 | 44 | 125 | 74 |
| Binary | 11110000 | 10101011 | 1000100 | 0 | 11101 | 1001000 | 110 | 100100 | 1010101 | 111100 |
Color Harmonies of #F0AB44
Complementary color
Monochromatic Colors of #F0AB44
Black with #F0AB44
Text Example
Text Example
White with #F0AB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AB44; }
p { color: rgb(240,171,68); }
H1.HeaderClassName
{
color: #F0AB44;
}
.AnyTagClassName
{
color: #F0AB44;
}
</style>
background-color css
<style>
a { background-color: #F0AB44; }
a { background-color: rgb(240,171,68); }
div.DivClassName
{
background-color: #F0AB44;
}
.BgClassName
{
background-color: #F0AB44;
}
</style>
border-color css
<style>
span { border-color: #F0AB44; }
span { border-color: rgb(240,171,68); }
td.TdClassName
{
border-color: #F0AB44;
}
.TagClassName
{
border-color: #F0AB44;
}
</style>