Shades of My Sin #F9A845
Tints of My Sin #F9A845
RGB
CMYK
RGB Variations
Color information
#F9A845 (or 0xF9A845) is known color: My Sin. HEX triplet: F9, A8 and 45. RGB value is (249,168,69). Sum of RGB (Red+Green+Blue) = 249+168+69=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 69 (27.34% from 255 or 14.20% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A845 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A845 is #0657BA. Grayscale: #B5B5B5. Windows color (decimal): -415675 or 4565241. OLE color: 4565241.
HSL color Cylindrical-coordinate representation of color #F9A845: hue angle of 33º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F9A845 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 168 | 69 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.02 |
| HSL | 33º | 0.94% | 0.62% | - |
| HSV(B) | 33º | 0.72% | 0.98% | - |
| XYZ | 54.14 | 48.57 | 12.15 | - |
| YUV | 180.93 | 64.84 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 168 | 69 | 0 | 0.33 | 0.72 | 0.02 | 33 | 0.94 | 0.62 |
| Hex | F9 | A8 | 45 | 0 | 21 | 48 | 2 | 21 | 5E | 3E |
| Octal | 371 | 250 | 105 | 0 | 41 | 110 | 2 | 41 | 136 | 76 |
| Binary | 11111001 | 10101000 | 1000101 | 0 | 100001 | 1001000 | 10 | 100001 | 1011110 | 111110 |
Color Harmonies of #F9A845
Complementary color
Monochromatic Colors of #F9A845
Black with #F9A845
Text Example
Text Example
White with #F9A845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A845; }
p { color: rgb(249,168,69); }
H1.HeaderClassName
{
color: #F9A845;
}
.AnyTagClassName
{
color: #F9A845;
}
</style>
background-color css
<style>
a { background-color: #F9A845; }
a { background-color: rgb(249,168,69); }
div.DivClassName
{
background-color: #F9A845;
}
.BgClassName
{
background-color: #F9A845;
}
</style>
border-color css
<style>
span { border-color: #F9A845; }
span { border-color: rgb(249,168,69); }
td.TdClassName
{
border-color: #F9A845;
}
.TagClassName
{
border-color: #F9A845;
}
</style>