Shades of My Sin #F1A843
Tints of My Sin #F1A843
RGB
CMYK
RGB Variations
Color information
#F1A843 (or 0xF1A843) is known color: My Sin. HEX triplet: F1, A8 and 43. RGB value is (241,168,67). Sum of RGB (Red+Green+Blue) = 241+168+67=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 67 (26.56% from 255 or 14.08% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A843 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A843 is #0E57BC. Grayscale: #B2B2B2. Windows color (decimal): -939965 or 4434161. OLE color: 4434161.
HSL color Cylindrical-coordinate representation of color #F1A843: hue angle of 34.83º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F1A843 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 168 | 67 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.05 |
| HSL | 34.83º | 0.86% | 0.6% | - |
| HSV(B) | 34.83º | 0.72% | 0.95% | - |
| XYZ | 51.29 | 47.11 | 11.7 | - |
| YUV | 178.31 | 65.18 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 168 | 67 | 0 | 0.30 | 0.72 | 0.05 | 34.83 | 0.86 | 0.6 |
| Hex | F1 | A8 | 43 | 0 | 1E | 48 | 5 | 23 | 56 | 3C |
| Octal | 361 | 250 | 103 | 0 | 36 | 110 | 5 | 43 | 126 | 74 |
| Binary | 11110001 | 10101000 | 1000011 | 0 | 11110 | 1001000 | 101 | 100011 | 1010110 | 111100 |
Color Harmonies of #F1A843
Complementary color
Monochromatic Colors of #F1A843
Black with #F1A843
Text Example
Text Example
White with #F1A843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A843; }
p { color: rgb(241,168,67); }
H1.HeaderClassName
{
color: #F1A843;
}
.AnyTagClassName
{
color: #F1A843;
}
</style>
background-color css
<style>
a { background-color: #F1A843; }
a { background-color: rgb(241,168,67); }
div.DivClassName
{
background-color: #F1A843;
}
.BgClassName
{
background-color: #F1A843;
}
</style>
border-color css
<style>
span { border-color: #F1A843; }
span { border-color: rgb(241,168,67); }
td.TdClassName
{
border-color: #F1A843;
}
.TagClassName
{
border-color: #F1A843;
}
</style>