Shades of My Sin #F8A741
Tints of My Sin #F8A741
RGB
CMYK
RGB Variations
Color information
#F8A741 (or 0xF8A741) is known color: My Sin. HEX triplet: F8, A7 and 41. RGB value is (248,167,65). Sum of RGB (Red+Green+Blue) = 248+167+65=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 167 (65.62% from 255 or 34.79% from 480); Blue value is 65 (25.78% from 255 or 13.54% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A741 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A741 is #0758BE. Grayscale: #B4B4B4. Windows color (decimal): -481471 or 4302840. OLE color: 4302840.
HSL color Cylindrical-coordinate representation of color #F8A741: hue angle of 33.44º 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 #F8A741 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 167 | 65 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.03 |
| HSL | 33.44º | 0.93% | 0.61% | - |
| HSV(B) | 33.44º | 0.74% | 0.97% | - |
| XYZ | 53.48 | 47.98 | 11.44 | - |
| YUV | 179.59 | 63.34 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 167 | 65 | 0 | 0.33 | 0.74 | 0.03 | 33.44 | 0.93 | 0.61 |
| Hex | F8 | A7 | 41 | 0 | 21 | 4A | 3 | 21 | 5D | 3D |
| Octal | 370 | 247 | 101 | 0 | 41 | 112 | 3 | 41 | 135 | 75 |
| Binary | 11111000 | 10100111 | 1000001 | 0 | 100001 | 1001010 | 11 | 100001 | 1011101 | 111101 |
Color Harmonies of #F8A741
Complementary color
Monochromatic Colors of #F8A741
Black with #F8A741
Text Example
Text Example
White with #F8A741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A741; }
p { color: rgb(248,167,65); }
H1.HeaderClassName
{
color: #F8A741;
}
.AnyTagClassName
{
color: #F8A741;
}
</style>
background-color css
<style>
a { background-color: #F8A741; }
a { background-color: rgb(248,167,65); }
div.DivClassName
{
background-color: #F8A741;
}
.BgClassName
{
background-color: #F8A741;
}
</style>
border-color css
<style>
span { border-color: #F8A741; }
span { border-color: rgb(248,167,65); }
td.TdClassName
{
border-color: #F8A741;
}
.TagClassName
{
border-color: #F8A741;
}
</style>