#F5785E

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

Shades of Bittersweet #F5785E

Tints of Bittersweet #F5785E

Color information

#F5785E (or 0xF5785E) is unknown color: approx Bittersweet. HEX triplet: F5, 78 and 5E. RGB value is (245,120,94). Sum of RGB (Red+Green+Blue) = 245+120+94=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F5785E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5785E is #0A87A1. Grayscale: #9A9A9A. Windows color (decimal): -690082 or 6191349. OLE color: 6191349.

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

Color convert

RGB24512094-
CMYK00.510.620.04
HSL10.33º88.3%66.47%-
HSV(B)10.33º61.63%96.08%-
XYZ46.3933.6514.64-
YUV154.4193.91192.61-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.38%
GREEN value IS 120 (47.27% from 255) = 26.14%
BLUE value IS 94 (37.11% from 255) = 20.48%
R=53.38%
G=26.14%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451209400.510.620.0410.3388.366.47
HexF5785E0333E4a5842
Octal36517013606376412130102
Binary11110101111100010111100110011111110100101010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5785E; }

 p { color: rgb(245,120,94); }

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

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

 a { background-color: rgb(245,120,94); }

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

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

 span { border-color: rgb(245,120,94); }

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