#F5755F

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

Shades of Bittersweet #F5755F

Tints of Bittersweet #F5755F

Color information

#F5755F (or 0xF5755F) is unknown color: approx Bittersweet. HEX triplet: F5, 75 and 5F. RGB value is (245,117,95). Sum of RGB (Red+Green+Blue) = 245+117+95=457 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.61% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 245 - color contains mainly: red. Hex color #F5755F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5755F is #0A8AA0. Grayscale: #989898. Windows color (decimal): -690849 or 6256117. OLE color: 6256117.

HSL color Cylindrical-coordinate representation of color #F5755F: hue angle of 8.8º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F5755F is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB24511795-
CMYK00.520.610.04
HSL8.8º88.24%66.67%-
HSV(B)8.8º61.22%96.08%-
XYZ46.0832.9614.76-
YUV152.7695.41193.79-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.61%
GREEN value IS 117 (46.09% from 255) = 25.60%
BLUE value IS 95 (37.5% from 255) = 20.79%
R=53.61%
G=25.60%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451179500.520.610.048.888.2466.67
HexF5755F0343D495843
Octal36516513706475411130103
Binary11110101111010110111110110100111101100100110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5755F; }

 p { color: rgb(245,117,95); }

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

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

 a { background-color: rgb(245,117,95); }

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

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

 span { border-color: rgb(245,117,95); }

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