Shades of My Sin #F9A843
Tints of My Sin #F9A843
RGB
CMYK
RGB Variations
Color information
#F9A843 (or 0xF9A843) is known color: My Sin. HEX triplet: F9, A8 and 43. RGB value is (249,168,67). Sum of RGB (Red+Green+Blue) = 249+168+67=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 67 (26.56% from 255 or 13.84% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A843 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A843 is #0657BC. Grayscale: #B5B5B5. Windows color (decimal): -415677 or 4434169. OLE color: 4434169.
HSL color Cylindrical-coordinate representation of color #F9A843: hue angle of 33.3º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F9A843 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 168 | 67 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.02 |
| HSL | 33.3º | 0.94% | 0.62% | - |
| HSV(B) | 33.3º | 0.73% | 0.98% | - |
| XYZ | 54.08 | 48.55 | 11.83 | - |
| YUV | 180.71 | 63.84 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 168 | 67 | 0 | 0.33 | 0.73 | 0.02 | 33.3 | 0.94 | 0.62 |
| Hex | F9 | A8 | 43 | 0 | 21 | 49 | 2 | 21 | 5E | 3E |
| Octal | 371 | 250 | 103 | 0 | 41 | 111 | 2 | 41 | 136 | 76 |
| Binary | 11111001 | 10101000 | 1000011 | 0 | 100001 | 1001001 | 10 | 100001 | 1011110 | 111110 |
Color Harmonies of #F9A843
Complementary color
Monochromatic Colors of #F9A843
Black with #F9A843
Text Example
Text Example
White with #F9A843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A843; }
p { color: rgb(249,168,67); }
H1.HeaderClassName
{
color: #F9A843;
}
.AnyTagClassName
{
color: #F9A843;
}
</style>
background-color css
<style>
a { background-color: #F9A843; }
a { background-color: rgb(249,168,67); }
div.DivClassName
{
background-color: #F9A843;
}
.BgClassName
{
background-color: #F9A843;
}
</style>
border-color css
<style>
span { border-color: #F9A843; }
span { border-color: rgb(249,168,67); }
td.TdClassName
{
border-color: #F9A843;
}
.TagClassName
{
border-color: #F9A843;
}
</style>