Shades of My Sin #F9B143
Tints of My Sin #F9B143
RGB
CMYK
RGB Variations
Color information
#F9B143 (or 0xF9B143) is known color: My Sin. HEX triplet: F9, B1 and 43. RGB value is (249,177,67). Sum of RGB (Red+Green+Blue) = 249+177+67=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 67 (26.56% from 255 or 13.59% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B143 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9B143 is #064EBC. Grayscale: #BABABA. Windows color (decimal): -413373 or 4436473. OLE color: 4436473.
HSL color Cylindrical-coordinate representation of color #F9B143: hue angle of 36.26º 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 #F9B143 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 177 | 67 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.02 |
| HSL | 36.26º | 0.94% | 0.62% | - |
| HSV(B) | 36.26º | 0.73% | 0.98% | - |
| XYZ | 55.8 | 51.99 | 12.4 | - |
| YUV | 185.99 | 60.85 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 177 | 67 | 0 | 0.29 | 0.73 | 0.02 | 36.26 | 0.94 | 0.62 |
| Hex | F9 | B1 | 43 | 0 | 1D | 49 | 2 | 24 | 5E | 3E |
| Octal | 371 | 261 | 103 | 0 | 35 | 111 | 2 | 44 | 136 | 76 |
| Binary | 11111001 | 10110001 | 1000011 | 0 | 11101 | 1001001 | 10 | 100100 | 1011110 | 111110 |
Color Harmonies of #F9B143
Complementary color
Monochromatic Colors of #F9B143
Black with #F9B143
Text Example
Text Example
White with #F9B143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B143; }
p { color: rgb(249,177,67); }
H1.HeaderClassName
{
color: #F9B143;
}
.AnyTagClassName
{
color: #F9B143;
}
</style>
background-color css
<style>
a { background-color: #F9B143; }
a { background-color: rgb(249,177,67); }
div.DivClassName
{
background-color: #F9B143;
}
.BgClassName
{
background-color: #F9B143;
}
</style>
border-color css
<style>
span { border-color: #F9B143; }
span { border-color: rgb(249,177,67); }
td.TdClassName
{
border-color: #F9B143;
}
.TagClassName
{
border-color: #F9B143;
}
</style>