Shades of My Sin #F1AD3E
Tints of My Sin #F1AD3E
RGB
CMYK
RGB Variations
Color information
#F1AD3E (or 0xF1AD3E) is known color: My Sin. HEX triplet: F1, AD and 3E. RGB value is (241,173,62). Sum of RGB (Red+Green+Blue) = 241+173+62=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 62 (24.61% from 255 or 13.03% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AD3E is #0E52C1. Grayscale: #B5B5B5. Windows color (decimal): -938690 or 4107761. OLE color: 4107761.
HSL color Cylindrical-coordinate representation of color #F1AD3E: hue angle of 37.21º 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 #F1AD3E is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 62 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.05 |
| HSL | 37.21º | 0.86% | 0.59% | - |
| HSV(B) | 37.21º | 0.74% | 0.95% | - |
| XYZ | 52.09 | 48.94 | 11.26 | - |
| YUV | 180.68 | 61.03 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 62 | 0 | 0.28 | 0.74 | 0.05 | 37.21 | 0.86 | 0.59 |
| Hex | F1 | AD | 3E | 0 | 1C | 4A | 5 | 25 | 56 | 3B |
| Octal | 361 | 255 | 76 | 0 | 34 | 112 | 5 | 45 | 126 | 73 |
| Binary | 11110001 | 10101101 | 111110 | 0 | 11100 | 1001010 | 101 | 100101 | 1010110 | 111011 |
Color Harmonies of #F1AD3E
Complementary color
Monochromatic Colors of #F1AD3E
Black with #F1AD3E
Text Example
Text Example
White with #F1AD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AD3E; }
p { color: rgb(241,173,62); }
H1.HeaderClassName
{
color: #F1AD3E;
}
.AnyTagClassName
{
color: #F1AD3E;
}
</style>
background-color css
<style>
a { background-color: #F1AD3E; }
a { background-color: rgb(241,173,62); }
div.DivClassName
{
background-color: #F1AD3E;
}
.BgClassName
{
background-color: #F1AD3E;
}
</style>
border-color css
<style>
span { border-color: #F1AD3E; }
span { border-color: rgb(241,173,62); }
td.TdClassName
{
border-color: #F1AD3E;
}
.TagClassName
{
border-color: #F1AD3E;
}
</style>