#FF6D5C

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

Shades of Bittersweet #FF6D5C

Tints of Bittersweet #FF6D5C

Color information

#FF6D5C (or 0xFF6D5C) is unknown color: approx Bittersweet. HEX triplet: FF, 6D and 5C. RGB value is (255,109,92). Sum of RGB (Red+Green+Blue) = 255+109+92=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6D5C is #0092A3. Grayscale: #969696. Windows color (decimal): -37540 or 6057471. OLE color: 6057471.

HSL color Cylindrical-coordinate representation of color #FF6D5C: hue angle of 6.26º 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 #FF6D5C is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB25510992-
CMYK00.570.640
HSL6.26º100%68.04%-
HSV(B)6.26º63.92%100%-
XYZ48.6432.9713.93-
YUV150.7294.87202.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.92%
GREEN value IS 109 (42.97% from 255) = 23.90%
BLUE value IS 92 (36.33% from 255) = 20.18%
R=55.92%
G=23.90%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551099200.570.6406.2610068.04
HexFF6D5C03940066444
Octal37715513407110006144104
Binary111111111101101101110001110011000000011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6D5C; }

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

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

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

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

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

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

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

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