#FF7359

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

Shades of Bittersweet #FF7359

Tints of Bittersweet #FF7359

Color information

#FF7359 (or 0xFF7359) is unknown color: approx Bittersweet. HEX triplet: FF, 73 and 59. RGB value is (255,115,89). Sum of RGB (Red+Green+Blue) = 255+115+89=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 89 (35.16% from 255 or 19.39% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7359 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7359 is #008CA6. Grayscale: #9A9A9A. Windows color (decimal): -36007 or 5862399. OLE color: 5862399.

HSL color Cylindrical-coordinate representation of color #FF7359: hue angle of 9.4º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF7359 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB25511589-
CMYK00.550.650
HSL9.4º100%67.45%-
HSV(B)9.4º65.1%100%-
XYZ49.1734.2413.47-
YUV153.991.38200.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.56%
GREEN value IS 115 (45.31% from 255) = 25.05%
BLUE value IS 89 (35.16% from 255) = 19.39%
R=55.56%
G=25.05%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551158900.550.6509.410067.45
HexFF735903741096443
Octal377163131067101011144103
Binary1111111111100111011001011011110000010100111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7359; }

 p { color: rgb(255,115,89); }

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

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

 a { background-color: rgb(255,115,89); }

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

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

 span { border-color: rgb(255,115,89); }

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