#FF5E5C

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

Shades of Bittersweet #FF5E5C

Tints of Bittersweet #FF5E5C

Color information

#FF5E5C (or 0xFF5E5C) is unknown color: approx Bittersweet. HEX triplet: FF, 5E and 5C. RGB value is (255,94,92). Sum of RGB (Red+Green+Blue) = 255+94+92=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5E5C is #00A1A3. Grayscale: #8E8E8E. Windows color (decimal): -41380 or 6053631. OLE color: 6053631.

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

Color convert

RGB2559492-
CMYK00.630.640
HSL0.74º100%68.04%-
HSV(B)0.74º63.92%100%-
XYZ47.1730.0413.44-
YUV141.9199.84208.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.82%
GREEN value IS 94 (37.11% from 255) = 21.32%
BLUE value IS 92 (36.33% from 255) = 20.86%
R=57.82%
G=21.32%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255949200.630.6400.7410068.04
HexFF5E5C03F40016444
Octal37713613407710001144104
Binary1111111110111101011100011111110000000111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5E5C; }

 p { color: rgb(255,94,92); }

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

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

 a { background-color: rgb(255,94,92); }

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

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

 span { border-color: rgb(255,94,92); }

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