Shades of My Sin #F8A544
Tints of My Sin #F8A544
RGB
CMYK
RGB Variations
Color information
#F8A544 (or 0xF8A544) is known color: My Sin. HEX triplet: F8, A5 and 44. RGB value is (248,165,68). Sum of RGB (Red+Green+Blue) = 248+165+68=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 68 (26.95% from 255 or 14.14% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A544 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A544 is #075ABB. Grayscale: #B3B3B3. Windows color (decimal): -481980 or 4498936. OLE color: 4498936.
HSL color Cylindrical-coordinate representation of color #F8A544: hue angle of 32.33º 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 #F8A544 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 165 | 68 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.03 |
| HSL | 32.33º | 0.93% | 0.62% | - |
| HSV(B) | 32.33º | 0.73% | 0.97% | - |
| XYZ | 53.21 | 47.28 | 11.79 | - |
| YUV | 178.76 | 65.5 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 165 | 68 | 0 | 0.33 | 0.73 | 0.03 | 32.33 | 0.93 | 0.62 |
| Hex | F8 | A5 | 44 | 0 | 21 | 49 | 3 | 20 | 5D | 3E |
| Octal | 370 | 245 | 104 | 0 | 41 | 111 | 3 | 40 | 135 | 76 |
| Binary | 11111000 | 10100101 | 1000100 | 0 | 100001 | 1001001 | 11 | 100000 | 1011101 | 111110 |
Color Harmonies of #F8A544
Complementary color
Monochromatic Colors of #F8A544
Black with #F8A544
Text Example
Text Example
White with #F8A544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A544; }
p { color: rgb(248,165,68); }
H1.HeaderClassName
{
color: #F8A544;
}
.AnyTagClassName
{
color: #F8A544;
}
</style>
background-color css
<style>
a { background-color: #F8A544; }
a { background-color: rgb(248,165,68); }
div.DivClassName
{
background-color: #F8A544;
}
.BgClassName
{
background-color: #F8A544;
}
</style>
border-color css
<style>
span { border-color: #F8A544; }
span { border-color: rgb(248,165,68); }
td.TdClassName
{
border-color: #F8A544;
}
.TagClassName
{
border-color: #F8A544;
}
</style>