Shades of My Sin #F8B441
Tints of My Sin #F8B441
RGB
CMYK
RGB Variations
Color information
#F8B441 (or 0xF8B441) is known color: My Sin. HEX triplet: F8, B4 and 41. RGB value is (248,180,65). Sum of RGB (Red+Green+Blue) = 248+180+65=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 65 (25.78% from 255 or 13.18% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B441 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8B441 is #074BBE. Grayscale: #BBBBBB. Windows color (decimal): -478143 or 4306168. OLE color: 4306168.
HSL color Cylindrical-coordinate representation of color #F8B441: hue angle of 37.7º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F8B441 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 180 | 65 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.03 |
| HSL | 37.7º | 0.93% | 0.61% | - |
| HSV(B) | 37.7º | 0.74% | 0.97% | - |
| XYZ | 55.99 | 52.98 | 12.28 | - |
| YUV | 187.22 | 59.03 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 180 | 65 | 0 | 0.27 | 0.74 | 0.03 | 37.7 | 0.93 | 0.61 |
| Hex | F8 | B4 | 41 | 0 | 1B | 4A | 3 | 26 | 5D | 3D |
| Octal | 370 | 264 | 101 | 0 | 33 | 112 | 3 | 46 | 135 | 75 |
| Binary | 11111000 | 10110100 | 1000001 | 0 | 11011 | 1001010 | 11 | 100110 | 1011101 | 111101 |
Color Harmonies of #F8B441
Complementary color
Monochromatic Colors of #F8B441
Black with #F8B441
Text Example
Text Example
White with #F8B441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B441; }
p { color: rgb(248,180,65); }
H1.HeaderClassName
{
color: #F8B441;
}
.AnyTagClassName
{
color: #F8B441;
}
</style>
background-color css
<style>
a { background-color: #F8B441; }
a { background-color: rgb(248,180,65); }
div.DivClassName
{
background-color: #F8B441;
}
.BgClassName
{
background-color: #F8B441;
}
</style>
border-color css
<style>
span { border-color: #F8B441; }
span { border-color: rgb(248,180,65); }
td.TdClassName
{
border-color: #F8B441;
}
.TagClassName
{
border-color: #F8B441;
}
</style>