#F7755C

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

Shades of Bittersweet #F7755C

Tints of Bittersweet #F7755C

Color information

#F7755C (or 0xF7755C) is unknown color: approx Bittersweet. HEX triplet: F7, 75 and 5C. RGB value is (247,117,92). Sum of RGB (Red+Green+Blue) = 247+117+92=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F7755C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7755C is #088AA3. Grayscale: #999999. Windows color (decimal): -559780 or 6059511. OLE color: 6059511.

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

Color convert

RGB24711792-
CMYK00.530.630.03
HSL9.68º90.64%66.47%-
HSV(B)9.68º62.75%96.86%-
XYZ46.6533.2714.09-
YUV153.0293.57195.03-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 54.17%
GREEN value IS 117 (46.09% from 255) = 25.66%
BLUE value IS 92 (36.33% from 255) = 20.18%
R=54.17%
G=25.66%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471179200.530.630.039.6890.6466.47
HexF7755C0353F3a5b42
Octal36716513406577312133102
Binary1111011111101011011100011010111111111101010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7755C; }

 p { color: rgb(247,117,92); }

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

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

 a { background-color: rgb(247,117,92); }

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

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

 span { border-color: rgb(247,117,92); }

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