Shades of My Sin #F9A641
Tints of My Sin #F9A641
RGB
CMYK
RGB Variations
Color information
#F9A641 (or 0xF9A641) is known color: My Sin. HEX triplet: F9, A6 and 41. RGB value is (249,166,65). Sum of RGB (Red+Green+Blue) = 249+166+65=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 65 (25.78% from 255 or 13.54% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A641 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A641 is #0659BE. Grayscale: #B3B3B3. Windows color (decimal): -416191 or 4302585. OLE color: 4302585.
HSL color Cylindrical-coordinate representation of color #F9A641: hue angle of 32.93º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F9A641 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 166 | 65 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.02 |
| HSL | 32.93º | 0.94% | 0.62% | - |
| HSV(B) | 32.93º | 0.74% | 0.98% | - |
| XYZ | 53.66 | 47.79 | 11.4 | - |
| YUV | 179.3 | 63.5 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 166 | 65 | 0 | 0.33 | 0.74 | 0.02 | 32.93 | 0.94 | 0.62 |
| Hex | F9 | A6 | 41 | 0 | 21 | 4A | 2 | 21 | 5E | 3E |
| Octal | 371 | 246 | 101 | 0 | 41 | 112 | 2 | 41 | 136 | 76 |
| Binary | 11111001 | 10100110 | 1000001 | 0 | 100001 | 1001010 | 10 | 100001 | 1011110 | 111110 |
Color Harmonies of #F9A641
Complementary color
Monochromatic Colors of #F9A641
Black with #F9A641
Text Example
Text Example
White with #F9A641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A641; }
p { color: rgb(249,166,65); }
H1.HeaderClassName
{
color: #F9A641;
}
.AnyTagClassName
{
color: #F9A641;
}
</style>
background-color css
<style>
a { background-color: #F9A641; }
a { background-color: rgb(249,166,65); }
div.DivClassName
{
background-color: #F9A641;
}
.BgClassName
{
background-color: #F9A641;
}
</style>
border-color css
<style>
span { border-color: #F9A641; }
span { border-color: rgb(249,166,65); }
td.TdClassName
{
border-color: #F9A641;
}
.TagClassName
{
border-color: #F9A641;
}
</style>