Shades of My Sin #F8A440
Tints of My Sin #F8A440
RGB
CMYK
RGB Variations
Color information
#F8A440 (or 0xF8A440) is known color: My Sin. HEX triplet: F8, A4 and 40. RGB value is (248,164,64). Sum of RGB (Red+Green+Blue) = 248+164+64=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 64 (25.39% from 255 or 13.45% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A440 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A440 is #075BBF. Grayscale: #B2B2B2. Windows color (decimal): -482240 or 4236536. OLE color: 4236536.
HSL color Cylindrical-coordinate representation of color #F8A440: hue angle of 32.61º 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 #F8A440 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 164 | 64 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.03 |
| HSL | 32.61º | 0.93% | 0.61% | - |
| HSV(B) | 32.61º | 0.74% | 0.97% | - |
| XYZ | 52.91 | 46.88 | 11.11 | - |
| YUV | 177.72 | 63.83 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 164 | 64 | 0 | 0.34 | 0.74 | 0.03 | 32.61 | 0.93 | 0.61 |
| Hex | F8 | A4 | 40 | 0 | 22 | 4A | 3 | 21 | 5D | 3D |
| Octal | 370 | 244 | 100 | 0 | 42 | 112 | 3 | 41 | 135 | 75 |
| Binary | 11111000 | 10100100 | 1000000 | 0 | 100010 | 1001010 | 11 | 100001 | 1011101 | 111101 |
Color Harmonies of #F8A440
Complementary color
Monochromatic Colors of #F8A440
Black with #F8A440
Text Example
Text Example
White with #F8A440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A440; }
p { color: rgb(248,164,64); }
H1.HeaderClassName
{
color: #F8A440;
}
.AnyTagClassName
{
color: #F8A440;
}
</style>
background-color css
<style>
a { background-color: #F8A440; }
a { background-color: rgb(248,164,64); }
div.DivClassName
{
background-color: #F8A440;
}
.BgClassName
{
background-color: #F8A440;
}
</style>
border-color css
<style>
span { border-color: #F8A440; }
span { border-color: rgb(248,164,64); }
td.TdClassName
{
border-color: #F8A440;
}
.TagClassName
{
border-color: #F8A440;
}
</style>