Html Css Color HEX #F86B5B Bittersweet

📋 copy color: '#F86B5B'

red 248 ◦ green 107 ◦ blue 91

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

Shades of Bittersweet #F86B5B

Tints of Bittersweet #F86B5B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.99%

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

R = 55.61%
G = 23.99%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F86B5B (or 0xF86B5B) is known color: Bittersweet. HEX triplet: F8, 6B and 5B. RGB value is (248,107,91). Sum of RGB (Red+Green+Blue) = 248+107+91=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F86B5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86B5B is #0794A4. Grayscale: #939393. Windows color (decimal): -496805 or 5991416. OLE color: 5991416.

HSL color Cylindrical-coordinate representation of color #F86B5B: hue angle of 6.11º 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 #F86B5B is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 107 91 -
CMYK 0 0.57 0.63 0.03
HSL 6.11º 0.92% 0.66% -
HSV(B) 6.11º 0.63% 0.97% -
XYZ 45.86 31.23 13.51 -
YUV 147.34 96.21 199.8 -
System Red Green Blue C M Y K H S L
Decimal 248 107 91 0 0.57 0.63 0.03 6.11 0.92 0.66
Hex F8 6B 5B 0 39 3F 3 6 5C 42
Octal 370 153 133 0 71 77 3 6 134 102
Binary 11111000 1101011 1011011 0 111001 111111 11 110 1011100 1000010

Color Harmonies of #F86B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86B5B

Black with #F86B5B

Text Example


Text Example

White with #F86B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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