Shades of My Sin #F0AB43
Tints of My Sin #F0AB43
RGB
CMYK
RGB Variations
Color information
#F0AB43 (or 0xF0AB43) is known color: My Sin. HEX triplet: F0, AB and 43. RGB value is (240,171,67). Sum of RGB (Red+Green+Blue) = 240+171+67=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 67 (26.56% from 255 or 14.02% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB43 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AB43 is #0F54BC. Grayscale: #B4B4B4. Windows color (decimal): -1004733 or 4434928. OLE color: 4434928.
HSL color Cylindrical-coordinate representation of color #F0AB43: hue angle of 36.07º 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 #F0AB43 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 67 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.06 |
| HSL | 36.07º | 0.85% | 0.6% | - |
| HSV(B) | 36.07º | 0.72% | 0.94% | - |
| XYZ | 51.51 | 48.06 | 11.87 | - |
| YUV | 179.78 | 64.36 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 67 | 0 | 0.29 | 0.72 | 0.06 | 36.07 | 0.85 | 0.6 |
| Hex | F0 | AB | 43 | 0 | 1D | 48 | 6 | 24 | 55 | 3C |
| Octal | 360 | 253 | 103 | 0 | 35 | 110 | 6 | 44 | 125 | 74 |
| Binary | 11110000 | 10101011 | 1000011 | 0 | 11101 | 1001000 | 110 | 100100 | 1010101 | 111100 |
Color Harmonies of #F0AB43
Complementary color
Monochromatic Colors of #F0AB43
Black with #F0AB43
Text Example
Text Example
White with #F0AB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AB43; }
p { color: rgb(240,171,67); }
H1.HeaderClassName
{
color: #F0AB43;
}
.AnyTagClassName
{
color: #F0AB43;
}
</style>
background-color css
<style>
a { background-color: #F0AB43; }
a { background-color: rgb(240,171,67); }
div.DivClassName
{
background-color: #F0AB43;
}
.BgClassName
{
background-color: #F0AB43;
}
</style>
border-color css
<style>
span { border-color: #F0AB43; }
span { border-color: rgb(240,171,67); }
td.TdClassName
{
border-color: #F0AB43;
}
.TagClassName
{
border-color: #F0AB43;
}
</style>