#F86C5A

Color #F86C5A Bittersweet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bittersweet #F86C5A

Tints of Bittersweet #F86C5A

Color information

#F86C5A (or 0xF86C5A) is unknown color: approx Bittersweet. HEX triplet: F8, 6C and 5A. RGB value is (248,108,90). Sum of RGB (Red+Green+Blue) = 248+108+90=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 90 (35.55% from 255 or 20.18% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86C5A is #0793A5. Grayscale: #949494. Windows color (decimal): -496550 or 5926136. OLE color: 5926136.

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

Color convert

RGB24810890-
CMYK00.560.640.03
HSL6.84º91.86%66.27%-
HSV(B)6.84º63.71%97.25%-
XYZ45.9231.4213.32-
YUV147.8195.38199.46-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.61%
GREEN value IS 108 (42.58% from 255) = 24.22%
BLUE value IS 90 (35.55% from 255) = 20.18%
R=55.61%
G=24.22%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481089000.560.640.036.8491.8666.27
HexF86C5A03840375c42
Octal37015413207010037134102
Binary1111100011011001011010011100010000001111110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86C5A; }

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

 H1.HeaderClassName
 {
   color: #F86C5A;
 }
 .AnyTagClassName
 {
   color: #F86C5A;
 }
</style>
background-color css

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

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

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

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

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

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