Html Css Color HEX #F86C53 Bittersweet

📋 copy color: '#F86C53'

red 248 ◦ green 108 ◦ blue 83

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

Shades of Bittersweet #F86C53

Tints of Bittersweet #F86C53

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.6%

 BLUE value IS 83 (32.81% from 255) = 18.91%

R = 56.49%
G = 24.6%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F86C53 (or 0xF86C53) is known color: Bittersweet. HEX triplet: F8, 6C and 53. RGB value is (248,108,83). Sum of RGB (Red+Green+Blue) = 248+108+83=439 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.49% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 83 (32.81% from 255 or 18.91% from 439); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86C53 is #0793AC. Grayscale: #939393. Windows color (decimal): -496557 or 5467384. OLE color: 5467384.

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

Color convert

RGB 248 108 83 -
CMYK 0 0.56 0.67 0.03
HSL 9.09º 0.92% 0.65% -
HSV(B) 9.09º 0.67% 0.97% -
XYZ 45.64 31.31 11.82 -
YUV 147.01 91.88 200.03 -
System Red Green Blue C M Y K H S L
Decimal 248 108 83 0 0.56 0.67 0.03 9.09 0.92 0.65
Hex F8 6C 53 0 38 43 3 9 5C 41
Octal 370 154 123 0 70 103 3 11 134 101
Binary 11111000 1101100 1010011 0 111000 1000011 11 1001 1011100 1000001

Color Harmonies of #F86C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86C53

Black with #F86C53

Text Example


Text Example

White with #F86C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86C53; }

 p { color: rgb(248,108,83); }

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

background-color css

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

 a { background-color: rgb(248,108,83); }

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

border-color css

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

 span { border-color: rgb(248,108,83); }

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