Shades of My Sin #F8A946
Tints of My Sin #F8A946
RGB
CMYK
RGB Variations
Color information
#F8A946 (or 0xF8A946) is known color: My Sin. HEX triplet: F8, A9 and 46. RGB value is (248,169,70). Sum of RGB (Red+Green+Blue) = 248+169+70=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 70 (27.73% from 255 or 14.37% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A946 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A946 is #0756B9. Grayscale: #B5B5B5. Windows color (decimal): -480954 or 4631032. OLE color: 4631032.
HSL color Cylindrical-coordinate representation of color #F8A946: hue angle of 33.37º 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 #F8A946 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 169 | 70 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.03 |
| HSL | 33.37º | 0.93% | 0.62% | - |
| HSV(B) | 33.37º | 0.72% | 0.97% | - |
| XYZ | 54 | 48.77 | 12.36 | - |
| YUV | 181.34 | 65.17 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 169 | 70 | 0 | 0.32 | 0.72 | 0.03 | 33.37 | 0.93 | 0.62 |
| Hex | F8 | A9 | 46 | 0 | 20 | 48 | 3 | 21 | 5D | 3E |
| Octal | 370 | 251 | 106 | 0 | 40 | 110 | 3 | 41 | 135 | 76 |
| Binary | 11111000 | 10101001 | 1000110 | 0 | 100000 | 1001000 | 11 | 100001 | 1011101 | 111110 |
Color Harmonies of #F8A946
Complementary color
Monochromatic Colors of #F8A946
Black with #F8A946
Text Example
Text Example
White with #F8A946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A946; }
p { color: rgb(248,169,70); }
H1.HeaderClassName
{
color: #F8A946;
}
.AnyTagClassName
{
color: #F8A946;
}
</style>
background-color css
<style>
a { background-color: #F8A946; }
a { background-color: rgb(248,169,70); }
div.DivClassName
{
background-color: #F8A946;
}
.BgClassName
{
background-color: #F8A946;
}
</style>
border-color css
<style>
span { border-color: #F8A946; }
span { border-color: rgb(248,169,70); }
td.TdClassName
{
border-color: #F8A946;
}
.TagClassName
{
border-color: #F8A946;
}
</style>