Shades of My Sin #F8A845
Tints of My Sin #F8A845
RGB
CMYK
RGB Variations
Color information
#F8A845 (or 0xF8A845) is known color: My Sin. HEX triplet: F8, A8 and 45. RGB value is (248,168,69). Sum of RGB (Red+Green+Blue) = 248+168+69=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 69 (27.34% from 255 or 14.23% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A845 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A845 is #0757BA. Grayscale: #B5B5B5. Windows color (decimal): -481211 or 4565240. OLE color: 4565240.
HSL color Cylindrical-coordinate representation of color #F8A845: hue angle of 33.18º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F8A845 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 69 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.03 |
| HSL | 33.18º | 0.93% | 0.62% | - |
| HSV(B) | 33.18º | 0.72% | 0.97% | - |
| XYZ | 53.79 | 48.39 | 12.14 | - |
| YUV | 180.63 | 65 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 69 | 0 | 0.32 | 0.72 | 0.03 | 33.18 | 0.93 | 0.62 |
| Hex | F8 | A8 | 45 | 0 | 20 | 48 | 3 | 21 | 5D | 3E |
| Octal | 370 | 250 | 105 | 0 | 40 | 110 | 3 | 41 | 135 | 76 |
| Binary | 11111000 | 10101000 | 1000101 | 0 | 100000 | 1001000 | 11 | 100001 | 1011101 | 111110 |
Color Harmonies of #F8A845
Complementary color
Monochromatic Colors of #F8A845
Black with #F8A845
Text Example
Text Example
White with #F8A845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A845; }
p { color: rgb(248,168,69); }
H1.HeaderClassName
{
color: #F8A845;
}
.AnyTagClassName
{
color: #F8A845;
}
</style>
background-color css
<style>
a { background-color: #F8A845; }
a { background-color: rgb(248,168,69); }
div.DivClassName
{
background-color: #F8A845;
}
.BgClassName
{
background-color: #F8A845;
}
</style>
border-color css
<style>
span { border-color: #F8A845; }
span { border-color: rgb(248,168,69); }
td.TdClassName
{
border-color: #F8A845;
}
.TagClassName
{
border-color: #F8A845;
}
</style>