Shades of My Sin #F8B448
Tints of My Sin #F8B448
RGB
CMYK
RGB Variations
Color information
#F8B448 (or 0xF8B448) is known color: My Sin. HEX triplet: F8, B4 and 48. RGB value is (248,180,72). Sum of RGB (Red+Green+Blue) = 248+180+72=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 72 (28.52% from 255 or 14.4% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B448 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8B448 is #074BB7. Grayscale: #BCBCBC. Windows color (decimal): -478136 or 4764920. OLE color: 4764920.
HSL color Cylindrical-coordinate representation of color #F8B448: hue angle of 36.82º 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 #F8B448 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 180 | 72 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.03 |
| HSL | 36.82º | 0.93% | 0.63% | - |
| HSV(B) | 36.82º | 0.71% | 0.97% | - |
| XYZ | 56.2 | 53.07 | 13.41 | - |
| YUV | 188.02 | 62.53 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 180 | 72 | 0 | 0.27 | 0.71 | 0.03 | 36.82 | 0.93 | 0.63 |
| Hex | F8 | B4 | 48 | 0 | 1B | 47 | 3 | 25 | 5D | 3F |
| Octal | 370 | 264 | 110 | 0 | 33 | 107 | 3 | 45 | 135 | 77 |
| Binary | 11111000 | 10110100 | 1001000 | 0 | 11011 | 1000111 | 11 | 100101 | 1011101 | 111111 |
Color Harmonies of #F8B448
Complementary color
Monochromatic Colors of #F8B448
Black with #F8B448
Text Example
Text Example
White with #F8B448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B448; }
p { color: rgb(248,180,72); }
H1.HeaderClassName
{
color: #F8B448;
}
.AnyTagClassName
{
color: #F8B448;
}
</style>
background-color css
<style>
a { background-color: #F8B448; }
a { background-color: rgb(248,180,72); }
div.DivClassName
{
background-color: #F8B448;
}
.BgClassName
{
background-color: #F8B448;
}
</style>
border-color css
<style>
span { border-color: #F8B448; }
span { border-color: rgb(248,180,72); }
td.TdClassName
{
border-color: #F8B448;
}
.TagClassName
{
border-color: #F8B448;
}
</style>