Shades of My Sin #F8B644
Tints of My Sin #F8B644
RGB
CMYK
RGB Variations
Color information
#F8B644 (or 0xF8B644) is known color: My Sin. HEX triplet: F8, B6 and 44. RGB value is (248,182,68). Sum of RGB (Red+Green+Blue) = 248+182+68=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 68 (26.95% from 255 or 13.65% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B644 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8B644 is #0749BB. Grayscale: #BDBDBD. Windows color (decimal): -477628 or 4503288. OLE color: 4503288.
HSL color Cylindrical-coordinate representation of color #F8B644: hue angle of 38º 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 #F8B644 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 182 | 68 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.03 |
| HSL | 38º | 0.93% | 0.62% | - |
| HSV(B) | 38º | 0.73% | 0.97% | - |
| XYZ | 56.48 | 53.83 | 12.88 | - |
| YUV | 188.74 | 59.87 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 182 | 68 | 0 | 0.27 | 0.73 | 0.03 | 38 | 0.93 | 0.62 |
| Hex | F8 | B6 | 44 | 0 | 1B | 49 | 3 | 26 | 5D | 3E |
| Octal | 370 | 266 | 104 | 0 | 33 | 111 | 3 | 46 | 135 | 76 |
| Binary | 11111000 | 10110110 | 1000100 | 0 | 11011 | 1001001 | 11 | 100110 | 1011101 | 111110 |
Color Harmonies of #F8B644
Complementary color
Monochromatic Colors of #F8B644
Black with #F8B644
Text Example
Text Example
White with #F8B644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B644; }
p { color: rgb(248,182,68); }
H1.HeaderClassName
{
color: #F8B644;
}
.AnyTagClassName
{
color: #F8B644;
}
</style>
background-color css
<style>
a { background-color: #F8B644; }
a { background-color: rgb(248,182,68); }
div.DivClassName
{
background-color: #F8B644;
}
.BgClassName
{
background-color: #F8B644;
}
</style>
border-color css
<style>
span { border-color: #F8B644; }
span { border-color: rgb(248,182,68); }
td.TdClassName
{
border-color: #F8B644;
}
.TagClassName
{
border-color: #F8B644;
}
</style>