Shades of My Sin #F1A844
Tints of My Sin #F1A844
RGB
CMYK
RGB Variations
Color information
#F1A844 (or 0xF1A844) is known color: My Sin. HEX triplet: F1, A8 and 44. RGB value is (241,168,68). Sum of RGB (Red+Green+Blue) = 241+168+68=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 68 (26.95% from 255 or 14.26% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A844 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A844 is #0E57BB. Grayscale: #B2B2B2. Windows color (decimal): -939964 or 4499697. OLE color: 4499697.
HSL color Cylindrical-coordinate representation of color #F1A844: hue angle of 34.68º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F1A844 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 168 | 68 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.05 |
| HSL | 34.68º | 0.86% | 0.61% | - |
| HSV(B) | 34.68º | 0.72% | 0.95% | - |
| XYZ | 51.32 | 47.12 | 11.86 | - |
| YUV | 178.43 | 65.68 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 168 | 68 | 0 | 0.30 | 0.72 | 0.05 | 34.68 | 0.86 | 0.61 |
| Hex | F1 | A8 | 44 | 0 | 1E | 48 | 5 | 23 | 56 | 3D |
| Octal | 361 | 250 | 104 | 0 | 36 | 110 | 5 | 43 | 126 | 75 |
| Binary | 11110001 | 10101000 | 1000100 | 0 | 11110 | 1001000 | 101 | 100011 | 1010110 | 111101 |
Color Harmonies of #F1A844
Complementary color
Monochromatic Colors of #F1A844
Black with #F1A844
Text Example
Text Example
White with #F1A844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A844; }
p { color: rgb(241,168,68); }
H1.HeaderClassName
{
color: #F1A844;
}
.AnyTagClassName
{
color: #F1A844;
}
</style>
background-color css
<style>
a { background-color: #F1A844; }
a { background-color: rgb(241,168,68); }
div.DivClassName
{
background-color: #F1A844;
}
.BgClassName
{
background-color: #F1A844;
}
</style>
border-color css
<style>
span { border-color: #F1A844; }
span { border-color: rgb(241,168,68); }
td.TdClassName
{
border-color: #F1A844;
}
.TagClassName
{
border-color: #F1A844;
}
</style>