Shades of My Sin #F8A643
Tints of My Sin #F8A643
RGB
CMYK
RGB Variations
Color information
#F8A643 (or 0xF8A643) is known color: My Sin. HEX triplet: F8, A6 and 43. RGB value is (248,166,67). Sum of RGB (Red+Green+Blue) = 248+166+67=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 67 (26.56% from 255 or 13.93% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A643 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A643 is #0759BC. Grayscale: #B3B3B3. Windows color (decimal): -481725 or 4433656. OLE color: 4433656.
HSL color Cylindrical-coordinate representation of color #F8A643: hue angle of 32.82º 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 #F8A643 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 166 | 67 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.03 |
| HSL | 32.82º | 0.93% | 0.62% | - |
| HSV(B) | 32.82º | 0.73% | 0.97% | - |
| XYZ | 53.36 | 47.63 | 11.69 | - |
| YUV | 179.23 | 64.67 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 166 | 67 | 0 | 0.33 | 0.73 | 0.03 | 32.82 | 0.93 | 0.62 |
| Hex | F8 | A6 | 43 | 0 | 21 | 49 | 3 | 21 | 5D | 3E |
| Octal | 370 | 246 | 103 | 0 | 41 | 111 | 3 | 41 | 135 | 76 |
| Binary | 11111000 | 10100110 | 1000011 | 0 | 100001 | 1001001 | 11 | 100001 | 1011101 | 111110 |
Color Harmonies of #F8A643
Complementary color
Monochromatic Colors of #F8A643
Black with #F8A643
Text Example
Text Example
White with #F8A643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A643; }
p { color: rgb(248,166,67); }
H1.HeaderClassName
{
color: #F8A643;
}
.AnyTagClassName
{
color: #F8A643;
}
</style>
background-color css
<style>
a { background-color: #F8A643; }
a { background-color: rgb(248,166,67); }
div.DivClassName
{
background-color: #F8A643;
}
.BgClassName
{
background-color: #F8A643;
}
</style>
border-color css
<style>
span { border-color: #F8A643; }
span { border-color: rgb(248,166,67); }
td.TdClassName
{
border-color: #F8A643;
}
.TagClassName
{
border-color: #F8A643;
}
</style>