#F57965

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

Shades of Bittersweet #F57965

Tints of Bittersweet #F57965

Color information

#F57965 (or 0xF57965) is unknown color: approx Bittersweet. HEX triplet: F5, 79 and 65. RGB value is (245,121,101). Sum of RGB (Red+Green+Blue) = 245+121+101=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F57965 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57965 is #0A869A. Grayscale: #9C9C9C. Windows color (decimal): -689819 or 6650357. OLE color: 6650357.

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

Color convert

RGB245121101-
CMYK00.510.590.04
HSL8.33º87.8%67.84%-
HSV(B)8.33º58.78%96.08%-
XYZ46.8434.0316.41-
YUV155.897.08191.63-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.46%
GREEN value IS 121 (47.66% from 255) = 25.91%
BLUE value IS 101 (39.84% from 255) = 21.63%
R=52.46%
G=25.91%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512110100.510.590.048.3387.867.84
HexF579650333B485844
Octal36517114506373410130104
Binary11110101111100111001010110011111011100100010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57965; }

 p { color: rgb(245,121,101); }

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

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

 a { background-color: rgb(245,121,101); }

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

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

 span { border-color: rgb(245,121,101); }

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