Shades of My Sin #F1AB3E
Tints of My Sin #F1AB3E
RGB
CMYK
RGB Variations
Color information
#F1AB3E (or 0xF1AB3E) is known color: My Sin. HEX triplet: F1, AB and 3E. RGB value is (241,171,62). Sum of RGB (Red+Green+Blue) = 241+171+62=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 62 (24.61% from 255 or 13.08% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AB3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AB3E is #0E54C1. Grayscale: #B4B4B4. Windows color (decimal): -939202 or 4107249. OLE color: 4107249.
HSL color Cylindrical-coordinate representation of color #F1AB3E: hue angle of 36.54º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F1AB3E is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 171 | 62 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.05 |
| HSL | 36.54º | 0.86% | 0.59% | - |
| HSV(B) | 36.54º | 0.74% | 0.95% | - |
| XYZ | 51.71 | 48.17 | 11.13 | - |
| YUV | 179.5 | 61.69 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 171 | 62 | 0 | 0.29 | 0.74 | 0.05 | 36.54 | 0.86 | 0.59 |
| Hex | F1 | AB | 3E | 0 | 1D | 4A | 5 | 25 | 56 | 3B |
| Octal | 361 | 253 | 76 | 0 | 35 | 112 | 5 | 45 | 126 | 73 |
| Binary | 11110001 | 10101011 | 111110 | 0 | 11101 | 1001010 | 101 | 100101 | 1010110 | 111011 |
Color Harmonies of #F1AB3E
Complementary color
Monochromatic Colors of #F1AB3E
Black with #F1AB3E
Text Example
Text Example
White with #F1AB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AB3E; }
p { color: rgb(241,171,62); }
H1.HeaderClassName
{
color: #F1AB3E;
}
.AnyTagClassName
{
color: #F1AB3E;
}
</style>
background-color css
<style>
a { background-color: #F1AB3E; }
a { background-color: rgb(241,171,62); }
div.DivClassName
{
background-color: #F1AB3E;
}
.BgClassName
{
background-color: #F1AB3E;
}
</style>
border-color css
<style>
span { border-color: #F1AB3E; }
span { border-color: rgb(241,171,62); }
td.TdClassName
{
border-color: #F1AB3E;
}
.TagClassName
{
border-color: #F1AB3E;
}
</style>