Shades of My Sin #F1B444
Tints of My Sin #F1B444
RGB
CMYK
RGB Variations
Color information
#F1B444 (or 0xF1B444) is known color: My Sin. HEX triplet: F1, B4 and 44. RGB value is (241,180,68). Sum of RGB (Red+Green+Blue) = 241+180+68=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 68 (26.95% from 255 or 13.91% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B444 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1B444 is #0E4BBB. Grayscale: #B9B9B9. Windows color (decimal): -936892 or 4502769. OLE color: 4502769.
HSL color Cylindrical-coordinate representation of color #F1B444: hue angle of 38.84º 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 #F1B444 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 180 | 68 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.05 |
| HSL | 38.84º | 0.86% | 0.61% | - |
| HSV(B) | 38.84º | 0.72% | 0.95% | - |
| XYZ | 53.64 | 51.76 | 12.63 | - |
| YUV | 185.47 | 61.71 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 180 | 68 | 0 | 0.25 | 0.72 | 0.05 | 38.84 | 0.86 | 0.61 |
| Hex | F1 | B4 | 44 | 0 | 19 | 48 | 5 | 27 | 56 | 3D |
| Octal | 361 | 264 | 104 | 0 | 31 | 110 | 5 | 47 | 126 | 75 |
| Binary | 11110001 | 10110100 | 1000100 | 0 | 11001 | 1001000 | 101 | 100111 | 1010110 | 111101 |
Color Harmonies of #F1B444
Complementary color
Monochromatic Colors of #F1B444
Black with #F1B444
Text Example
Text Example
White with #F1B444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B444; }
p { color: rgb(241,180,68); }
H1.HeaderClassName
{
color: #F1B444;
}
.AnyTagClassName
{
color: #F1B444;
}
</style>
background-color css
<style>
a { background-color: #F1B444; }
a { background-color: rgb(241,180,68); }
div.DivClassName
{
background-color: #F1B444;
}
.BgClassName
{
background-color: #F1B444;
}
</style>
border-color css
<style>
span { border-color: #F1B444; }
span { border-color: rgb(241,180,68); }
td.TdClassName
{
border-color: #F1B444;
}
.TagClassName
{
border-color: #F1B444;
}
</style>