Shades of My Sin #F9A441
Tints of My Sin #F9A441
RGB
CMYK
RGB Variations
Color information
#F9A441 (or 0xF9A441) is known color: My Sin. HEX triplet: F9, A4 and 41. RGB value is (249,164,65). Sum of RGB (Red+Green+Blue) = 249+164+65=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 65 (25.78% from 255 or 13.60% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A441 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A441 is #065BBE. Grayscale: #B2B2B2. Windows color (decimal): -416703 or 4302073. OLE color: 4302073.
HSL color Cylindrical-coordinate representation of color #F9A441: hue angle of 32.28º 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 #F9A441 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 164 | 65 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.02 |
| HSL | 32.28º | 0.94% | 0.62% | - |
| HSV(B) | 32.28º | 0.74% | 0.98% | - |
| XYZ | 53.3 | 47.07 | 11.28 | - |
| YUV | 178.13 | 64.16 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 164 | 65 | 0 | 0.34 | 0.74 | 0.02 | 32.28 | 0.94 | 0.62 |
| Hex | F9 | A4 | 41 | 0 | 22 | 4A | 2 | 20 | 5E | 3E |
| Octal | 371 | 244 | 101 | 0 | 42 | 112 | 2 | 40 | 136 | 76 |
| Binary | 11111001 | 10100100 | 1000001 | 0 | 100010 | 1001010 | 10 | 100000 | 1011110 | 111110 |
Color Harmonies of #F9A441
Complementary color
Monochromatic Colors of #F9A441
Black with #F9A441
Text Example
Text Example
White with #F9A441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A441; }
p { color: rgb(249,164,65); }
H1.HeaderClassName
{
color: #F9A441;
}
.AnyTagClassName
{
color: #F9A441;
}
</style>
background-color css
<style>
a { background-color: #F9A441; }
a { background-color: rgb(249,164,65); }
div.DivClassName
{
background-color: #F9A441;
}
.BgClassName
{
background-color: #F9A441;
}
</style>
border-color css
<style>
span { border-color: #F9A441; }
span { border-color: rgb(249,164,65); }
td.TdClassName
{
border-color: #F9A441;
}
.TagClassName
{
border-color: #F9A441;
}
</style>