Shades of My Sin #F8A841
Tints of My Sin #F8A841
RGB
CMYK
RGB Variations
Color information
#F8A841 (or 0xF8A841) is known color: My Sin. HEX triplet: F8, A8 and 41. RGB value is (248,168,65). Sum of RGB (Red+Green+Blue) = 248+168+65=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 65 (25.78% from 255 or 13.51% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A841 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A841 is #0757BE. Grayscale: #B4B4B4. Windows color (decimal): -481215 or 4303096. OLE color: 4303096.
HSL color Cylindrical-coordinate representation of color #F8A841: hue angle of 33.77º 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 #F8A841 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 65 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.03 |
| HSL | 33.77º | 0.93% | 0.61% | - |
| HSV(B) | 33.77º | 0.74% | 0.97% | - |
| XYZ | 53.67 | 48.34 | 11.5 | - |
| YUV | 180.18 | 63 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 65 | 0 | 0.32 | 0.74 | 0.03 | 33.77 | 0.93 | 0.61 |
| Hex | F8 | A8 | 41 | 0 | 20 | 4A | 3 | 22 | 5D | 3D |
| Octal | 370 | 250 | 101 | 0 | 40 | 112 | 3 | 42 | 135 | 75 |
| Binary | 11111000 | 10101000 | 1000001 | 0 | 100000 | 1001010 | 11 | 100010 | 1011101 | 111101 |
Color Harmonies of #F8A841
Complementary color
Monochromatic Colors of #F8A841
Black with #F8A841
Text Example
Text Example
White with #F8A841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A841; }
p { color: rgb(248,168,65); }
H1.HeaderClassName
{
color: #F8A841;
}
.AnyTagClassName
{
color: #F8A841;
}
</style>
background-color css
<style>
a { background-color: #F8A841; }
a { background-color: rgb(248,168,65); }
div.DivClassName
{
background-color: #F8A841;
}
.BgClassName
{
background-color: #F8A841;
}
</style>
border-color css
<style>
span { border-color: #F8A841; }
span { border-color: rgb(248,168,65); }
td.TdClassName
{
border-color: #F8A841;
}
.TagClassName
{
border-color: #F8A841;
}
</style>