#F5775F

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

Shades of Bittersweet #F5775F

Tints of Bittersweet #F5775F

Color information

#F5775F (or 0xF5775F) is unknown color: approx Bittersweet. HEX triplet: F5, 77 and 5F. RGB value is (245,119,95). Sum of RGB (Red+Green+Blue) = 245+119+95=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 95 (37.5% from 255 or 20.70% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F5775F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5775F is #0A88A0. Grayscale: #9A9A9A. Windows color (decimal): -690337 or 6256629. OLE color: 6256629.

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

Color convert

RGB24511995-
CMYK00.510.610.04
HSL9.6º88.24%66.67%-
HSV(B)9.6º61.22%96.08%-
XYZ46.3233.4314.84-
YUV153.9494.74192.95-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.38%
GREEN value IS 119 (46.88% from 255) = 25.93%
BLUE value IS 95 (37.5% from 255) = 20.70%
R=53.38%
G=25.93%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451199500.510.610.049.688.2466.67
HexF5775F0333D4a5843
Octal36516713706375412130103
Binary11110101111011110111110110011111101100101010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5775F; }

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

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

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

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

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

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

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

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