Shades of My Sin #F8B044
Tints of My Sin #F8B044
RGB
CMYK
RGB Variations
Color information
#F8B044 (or 0xF8B044) is known color: My Sin. HEX triplet: F8, B0 and 44. RGB value is (248,176,68). Sum of RGB (Red+Green+Blue) = 248+176+68=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 68 (26.95% from 255 or 13.82% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B044 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8B044 is #074FBB. Grayscale: #B9B9B9. Windows color (decimal): -479164 or 4501752. OLE color: 4501752.
HSL color Cylindrical-coordinate representation of color #F8B044: hue angle of 36º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F8B044 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 176 | 68 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.03 |
| HSL | 36º | 0.93% | 0.62% | - |
| HSV(B) | 36º | 0.73% | 0.97% | - |
| XYZ | 55.28 | 51.42 | 12.48 | - |
| YUV | 185.22 | 61.85 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 176 | 68 | 0 | 0.29 | 0.73 | 0.03 | 36 | 0.93 | 0.62 |
| Hex | F8 | B0 | 44 | 0 | 1D | 49 | 3 | 24 | 5D | 3E |
| Octal | 370 | 260 | 104 | 0 | 35 | 111 | 3 | 44 | 135 | 76 |
| Binary | 11111000 | 10110000 | 1000100 | 0 | 11101 | 1001001 | 11 | 100100 | 1011101 | 111110 |
Color Harmonies of #F8B044
Complementary color
Monochromatic Colors of #F8B044
Black with #F8B044
Text Example
Text Example
White with #F8B044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B044; }
p { color: rgb(248,176,68); }
H1.HeaderClassName
{
color: #F8B044;
}
.AnyTagClassName
{
color: #F8B044;
}
</style>
background-color css
<style>
a { background-color: #F8B044; }
a { background-color: rgb(248,176,68); }
div.DivClassName
{
background-color: #F8B044;
}
.BgClassName
{
background-color: #F8B044;
}
</style>
border-color css
<style>
span { border-color: #F8B044; }
span { border-color: rgb(248,176,68); }
td.TdClassName
{
border-color: #F8B044;
}
.TagClassName
{
border-color: #F8B044;
}
</style>