Shades of My Sin #F9BA43
Tints of My Sin #F9BA43
RGB
CMYK
RGB Variations
Color information
#F9BA43 (or 0xF9BA43) is known color: My Sin. HEX triplet: F9, BA and 43. RGB value is (249,186,67). Sum of RGB (Red+Green+Blue) = 249+186+67=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 67 (26.56% from 255 or 13.35% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BA43 is #0645BC. Grayscale: #BFBFBF. Windows color (decimal): -411069 or 4438777. OLE color: 4438777.
HSL color Cylindrical-coordinate representation of color #F9BA43: hue angle of 39.23º 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 #F9BA43 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 67 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.02 |
| HSL | 39.23º | 0.94% | 0.62% | - |
| HSV(B) | 39.23º | 0.73% | 0.98% | - |
| XYZ | 57.64 | 55.66 | 13.02 | - |
| YUV | 191.27 | 57.87 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 67 | 0 | 0.25 | 0.73 | 0.02 | 39.23 | 0.94 | 0.62 |
| Hex | F9 | BA | 43 | 0 | 19 | 49 | 2 | 27 | 5E | 3E |
| Octal | 371 | 272 | 103 | 0 | 31 | 111 | 2 | 47 | 136 | 76 |
| Binary | 11111001 | 10111010 | 1000011 | 0 | 11001 | 1001001 | 10 | 100111 | 1011110 | 111110 |
Color Harmonies of #F9BA43
Complementary color
Monochromatic Colors of #F9BA43
Black with #F9BA43
Text Example
Text Example
White with #F9BA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BA43; }
p { color: rgb(249,186,67); }
H1.HeaderClassName
{
color: #F9BA43;
}
.AnyTagClassName
{
color: #F9BA43;
}
</style>
background-color css
<style>
a { background-color: #F9BA43; }
a { background-color: rgb(249,186,67); }
div.DivClassName
{
background-color: #F9BA43;
}
.BgClassName
{
background-color: #F9BA43;
}
</style>
border-color css
<style>
span { border-color: #F9BA43; }
span { border-color: rgb(249,186,67); }
td.TdClassName
{
border-color: #F9BA43;
}
.TagClassName
{
border-color: #F9BA43;
}
</style>