Html Css Color HEX #F86856 Bittersweet

📋 copy color: '#F86856'

red 248 ◦ green 104 ◦ blue 86

#F86856
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bittersweet #F86856

Tints of Bittersweet #F86856

RGB

 RED value IS 248 (97.27% from 255) = 56.62%

 GREEN value IS 104 (41.02% from 255) = 23.74%

 BLUE value IS 86 (33.98% from 255) = 19.63%

R = 56.62%
G = 23.74%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F86856 (or 0xF86856) is known color: Bittersweet. HEX triplet: F8, 68 and 56. RGB value is (248,104,86). Sum of RGB (Red+Green+Blue) = 248+104+86=438 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.62% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 86 (33.98% from 255 or 19.63% from 438); Max value from RGB is 248 - color contains mainly: red. Hex color #F86856 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86856 is #0797A9. Grayscale: #919191. Windows color (decimal): -497578 or 5662968. OLE color: 5662968.

HSL color Cylindrical-coordinate representation of color #F86856: hue angle of 6.67º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F86856 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 104 86 -
CMYK 0 0.58 0.65 0.03
HSL 6.67º 0.92% 0.65% -
HSV(B) 6.67º 0.65% 0.97% -
XYZ 45.34 30.53 12.31 -
YUV 145 94.71 201.46 -
System Red Green Blue C M Y K H S L
Decimal 248 104 86 0 0.58 0.65 0.03 6.67 0.92 0.65
Hex F8 68 56 0 3A 41 3 7 5C 41
Octal 370 150 126 0 72 101 3 7 134 101
Binary 11111000 1101000 1010110 0 111010 1000001 11 111 1011100 1000001

Color Harmonies of #F86856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86856

Black with #F86856

Text Example


Text Example

White with #F86856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86856; }

 p { color: rgb(248,104,86); }

 H1.HeaderClassName
 {
   color: #F86856;
 }
 .AnyTagClassName
 {
   color: #F86856;
 }
</style>

background-color css

<style>
 a { background-color: #F86856; }

 a { background-color: rgb(248,104,86); }

 div.DivClassName
 {
   background-color: #F86856;
 }
 .BgClassName
 {
   background-color: #F86856;
 }
</style>

border-color css

<style>
 span { border-color: #F86856; }

 span { border-color: rgb(248,104,86); }

 td.TdClassName
 {
   border-color: #F86856;
 }
 .TagClassName
 {
   border-color: #F86856;
 }
</style>