Shades of My Sin #F8BA47
Tints of My Sin #F8BA47
RGB
CMYK
RGB Variations
Color information
#F8BA47 (or 0xF8BA47) is known color: My Sin. HEX triplet: F8, BA and 47. RGB value is (248,186,71). Sum of RGB (Red+Green+Blue) = 248+186+71=505 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.11% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 71 (28.12% from 255 or 14.06% from 505); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8BA47 is #0745B8. Grayscale: #BFBFBF. Windows color (decimal): -476601 or 4700920. OLE color: 4700920.
HSL color Cylindrical-coordinate representation of color #F8BA47: hue angle of 38.98º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F8BA47 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 71 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.03 |
| HSL | 38.98º | 0.93% | 0.63% | - |
| HSV(B) | 38.98º | 0.71% | 0.97% | - |
| XYZ | 57.41 | 55.53 | 13.65 | - |
| YUV | 191.43 | 60.04 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 71 | 0 | 0.25 | 0.71 | 0.03 | 38.98 | 0.93 | 0.63 |
| Hex | F8 | BA | 47 | 0 | 19 | 47 | 3 | 27 | 5D | 3F |
| Octal | 370 | 272 | 107 | 0 | 31 | 107 | 3 | 47 | 135 | 77 |
| Binary | 11111000 | 10111010 | 1000111 | 0 | 11001 | 1000111 | 11 | 100111 | 1011101 | 111111 |
Color Harmonies of #F8BA47
Complementary color
Monochromatic Colors of #F8BA47
Black with #F8BA47
Text Example
Text Example
White with #F8BA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BA47; }
p { color: rgb(248,186,71); }
H1.HeaderClassName
{
color: #F8BA47;
}
.AnyTagClassName
{
color: #F8BA47;
}
</style>
background-color css
<style>
a { background-color: #F8BA47; }
a { background-color: rgb(248,186,71); }
div.DivClassName
{
background-color: #F8BA47;
}
.BgClassName
{
background-color: #F8BA47;
}
</style>
border-color css
<style>
span { border-color: #F8BA47; }
span { border-color: rgb(248,186,71); }
td.TdClassName
{
border-color: #F8BA47;
}
.TagClassName
{
border-color: #F8BA47;
}
</style>