Shades of Bittersweet #F8675C
Tints of Bittersweet #F8675C
RGB
CMYK
RGB Variations
Color information
#F8675C (or 0xF8675C) is known color: Bittersweet. HEX triplet: F8, 67 and 5C. RGB value is (248,103,92). Sum of RGB (Red+Green+Blue) = 248+103+92=443 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.98% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 248 - color contains mainly: red. Hex color #F8675C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8675C is #0798A3. Grayscale: #919191. Windows color (decimal): -497828 or 6055928. OLE color: 6055928.
HSL color Cylindrical-coordinate representation of color #F8675C: hue angle of 4.23º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F8675C is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 103 | 92 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.03 |
| HSL | 4.23º | 0.92% | 0.67% | - |
| HSV(B) | 4.23º | 0.63% | 0.97% | - |
| XYZ | 45.49 | 30.43 | 13.6 | - |
| YUV | 145.1 | 98.04 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 103 | 92 | 0 | 0.58 | 0.63 | 0.03 | 4.23 | 0.92 | 0.67 |
| Hex | F8 | 67 | 5C | 0 | 3A | 3F | 3 | 4 | 5C | 43 |
| Octal | 370 | 147 | 134 | 0 | 72 | 77 | 3 | 4 | 134 | 103 |
| Binary | 11111000 | 1100111 | 1011100 | 0 | 111010 | 111111 | 11 | 100 | 1011100 | 1000011 |
Color Harmonies of #F8675C
Complementary color
Monochromatic Colors of #F8675C
Black with #F8675C
Text Example
Text Example
White with #F8675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8675C; }
p { color: rgb(248,103,92); }
H1.HeaderClassName
{
color: #F8675C;
}
.AnyTagClassName
{
color: #F8675C;
}
</style>
background-color css
<style>
a { background-color: #F8675C; }
a { background-color: rgb(248,103,92); }
div.DivClassName
{
background-color: #F8675C;
}
.BgClassName
{
background-color: #F8675C;
}
</style>
border-color css
<style>
span { border-color: #F8675C; }
span { border-color: rgb(248,103,92); }
td.TdClassName
{
border-color: #F8675C;
}
.TagClassName
{
border-color: #F8675C;
}
</style>