Html Css Color HEX #F86E5B Bittersweet

📋 copy color: '#F86E5B'

red 248 ◦ green 110 ◦ blue 91

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

Shades of Bittersweet #F86E5B

Tints of Bittersweet #F86E5B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.5%

 BLUE value IS 91 (35.94% from 255) = 20.27%

R = 55.23%
G = 24.5%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F86E5B (or 0xF86E5B) is known color: Bittersweet. HEX triplet: F8, 6E and 5B. RGB value is (248,110,91). Sum of RGB (Red+Green+Blue) = 248+110+91=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F86E5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86E5B is #0791A4. Grayscale: #959595. Windows color (decimal): -496037 or 5992184. OLE color: 5992184.

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

Color convert

RGB 248 110 91 -
CMYK 0 0.56 0.63 0.03
HSL 7.26º 0.92% 0.66% -
HSV(B) 7.26º 0.63% 0.97% -
XYZ 46.18 31.86 13.61 -
YUV 149.1 95.22 198.54 -
System Red Green Blue C M Y K H S L
Decimal 248 110 91 0 0.56 0.63 0.03 7.26 0.92 0.66
Hex F8 6E 5B 0 38 3F 3 7 5C 42
Octal 370 156 133 0 70 77 3 7 134 102
Binary 11111000 1101110 1011011 0 111000 111111 11 111 1011100 1000010

Color Harmonies of #F86E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86E5B

Black with #F86E5B

Text Example


Text Example

White with #F86E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86E5B; }

 p { color: rgb(248,110,91); }

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

background-color css

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

 a { background-color: rgb(248,110,91); }

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

border-color css

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

 span { border-color: rgb(248,110,91); }

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