Shades of Bittersweet #F8726A
Tints of Bittersweet #F8726A
RGB
CMYK
RGB Variations
Color information
#F8726A (or 0xF8726A) is known color: Bittersweet. HEX triplet: F8, 72 and 6A. RGB value is (248,114,106). Sum of RGB (Red+Green+Blue) = 248+114+106=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 106 (41.80% from 255 or 22.65% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F8726A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8726A is #078D95. Grayscale: #999999. Windows color (decimal): -494998 or 6976248. OLE color: 6976248.
HSL color Cylindrical-coordinate representation of color #F8726A: hue angle of 3.38º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F8726A is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 114 | 106 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.03 |
| HSL | 3.38º | 0.91% | 0.69% | - |
| HSV(B) | 3.38º | 0.57% | 0.97% | - |
| XYZ | 47.33 | 33.03 | 17.52 | - |
| YUV | 153.15 | 101.39 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 114 | 106 | 0 | 0.54 | 0.57 | 0.03 | 3.38 | 0.91 | 0.69 |
| Hex | F8 | 72 | 6A | 0 | 36 | 39 | 3 | 3 | 5B | 45 |
| Octal | 370 | 162 | 152 | 0 | 66 | 71 | 3 | 3 | 133 | 105 |
| Binary | 11111000 | 1110010 | 1101010 | 0 | 110110 | 111001 | 11 | 11 | 1011011 | 1000101 |
Color Harmonies of #F8726A
Complementary color
Monochromatic Colors of #F8726A
Black with #F8726A
Text Example
Text Example
White with #F8726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8726A; }
p { color: rgb(248,114,106); }
H1.HeaderClassName
{
color: #F8726A;
}
.AnyTagClassName
{
color: #F8726A;
}
</style>
background-color css
<style>
a { background-color: #F8726A; }
a { background-color: rgb(248,114,106); }
div.DivClassName
{
background-color: #F8726A;
}
.BgClassName
{
background-color: #F8726A;
}
</style>
border-color css
<style>
span { border-color: #F8726A; }
span { border-color: rgb(248,114,106); }
td.TdClassName
{
border-color: #F8726A;
}
.TagClassName
{
border-color: #F8726A;
}
</style>