#FF6E5A

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

Shades of Bittersweet #FF6E5A

Tints of Bittersweet #FF6E5A

Color information

#FF6E5A (or 0xFF6E5A) is unknown color: approx Bittersweet. HEX triplet: FF, 6E and 5A. RGB value is (255,110,90). Sum of RGB (Red+Green+Blue) = 255+110+90=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 90 (35.55% from 255 or 19.78% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6E5A is #0091A5. Grayscale: #979797. Windows color (decimal): -37286 or 5926655. OLE color: 5926655.

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

Color convert

RGB25511090-
CMYK00.570.650
HSL7.27º100%67.65%-
HSV(B)7.27º64.71%100%-
XYZ48.6633.1513.51-
YUV151.0793.54202.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.04%
GREEN value IS 110 (43.36% from 255) = 24.18%
BLUE value IS 90 (35.55% from 255) = 19.78%
R=56.04%
G=24.18%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551109000.570.6507.2710067.65
HexFF6E5A03941076444
Octal37715613207110107144104
Binary111111111101110101101001110011000001011111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6E5A; }

 p { color: rgb(255,110,90); }

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

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

 a { background-color: rgb(255,110,90); }

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

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

 span { border-color: rgb(255,110,90); }

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