#F8795C

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

Shades of Bittersweet #F8795C

Tints of Bittersweet #F8795C

Color information

#F8795C (or 0xF8795C) is unknown color: approx Bittersweet. HEX triplet: F8, 79 and 5C. RGB value is (248,121,92). Sum of RGB (Red+Green+Blue) = 248+121+92=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F8795C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8795C is #0786A3. Grayscale: #9B9B9B. Windows color (decimal): -493220 or 6060536. OLE color: 6060536.

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

Color convert

RGB24812192-
CMYK00.510.630.03
HSL11.15º91.76%66.67%-
HSV(B)11.15º62.9%97.25%-
XYZ47.4834.414.26-
YUV155.6792.08193.86-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.80%
GREEN value IS 121 (47.66% from 255) = 26.25%
BLUE value IS 92 (36.33% from 255) = 19.96%
R=53.80%
G=26.25%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481219200.510.630.0311.1591.7666.67
HexF8795C0333F3b5c43
Octal37017113406377313134103
Binary1111100011110011011100011001111111111101110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8795C; }

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

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

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

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

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

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

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

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