#F8785C

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

Shades of Bittersweet #F8785C

Tints of Bittersweet #F8785C

Color information

#F8785C (or 0xF8785C) is unknown color: approx Bittersweet. HEX triplet: F8, 78 and 5C. RGB value is (248,120,92). Sum of RGB (Red+Green+Blue) = 248+120+92=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F8785C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8785C is #0787A3. Grayscale: #9B9B9B. Windows color (decimal): -493476 or 6060280. OLE color: 6060280.

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

Color convert

RGB24812092-
CMYK00.520.630.03
HSL10.77º91.76%66.67%-
HSV(B)10.77º62.9%97.25%-
XYZ47.3634.1614.22-
YUV155.0892.41194.28-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.91%
GREEN value IS 120 (47.27% from 255) = 26.09%
BLUE value IS 92 (36.33% from 255) = 20%
R=53.91%
G=26.09%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481209200.520.630.0310.7791.7666.67
HexF8785C0343F3b5c43
Octal37017013406477313134103
Binary1111100011110001011100011010011111111101110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8785C; }

 p { color: rgb(248,120,92); }

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

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

 a { background-color: rgb(248,120,92); }

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

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

 span { border-color: rgb(248,120,92); }

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