Shades of My Sin #F9BA44
Tints of My Sin #F9BA44
RGB
CMYK
RGB Variations
Color information
#F9BA44 (or 0xF9BA44) is known color: My Sin. HEX triplet: F9, BA and 44. RGB value is (249,186,68). Sum of RGB (Red+Green+Blue) = 249+186+68=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 68 (26.95% from 255 or 13.52% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BA44 is #0645BB. Grayscale: #BFBFBF. Windows color (decimal): -411068 or 4504313. OLE color: 4504313.
HSL color Cylindrical-coordinate representation of color #F9BA44: hue angle of 39.12º 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 #F9BA44 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 68 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.02 |
| HSL | 39.12º | 0.94% | 0.62% | - |
| HSV(B) | 39.12º | 0.73% | 0.98% | - |
| XYZ | 57.67 | 55.67 | 13.18 | - |
| YUV | 191.39 | 58.37 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 68 | 0 | 0.25 | 0.73 | 0.02 | 39.12 | 0.94 | 0.62 |
| Hex | F9 | BA | 44 | 0 | 19 | 49 | 2 | 27 | 5E | 3E |
| Octal | 371 | 272 | 104 | 0 | 31 | 111 | 2 | 47 | 136 | 76 |
| Binary | 11111001 | 10111010 | 1000100 | 0 | 11001 | 1001001 | 10 | 100111 | 1011110 | 111110 |
Color Harmonies of #F9BA44
Complementary color
Monochromatic Colors of #F9BA44
Black with #F9BA44
Text Example
Text Example
White with #F9BA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BA44; }
p { color: rgb(249,186,68); }
H1.HeaderClassName
{
color: #F9BA44;
}
.AnyTagClassName
{
color: #F9BA44;
}
</style>
background-color css
<style>
a { background-color: #F9BA44; }
a { background-color: rgb(249,186,68); }
div.DivClassName
{
background-color: #F9BA44;
}
.BgClassName
{
background-color: #F9BA44;
}
</style>
border-color css
<style>
span { border-color: #F9BA44; }
span { border-color: rgb(249,186,68); }
td.TdClassName
{
border-color: #F9BA44;
}
.TagClassName
{
border-color: #F9BA44;
}
</style>