#FF6D56

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

Shades of Bittersweet #FF6D56

Tints of Bittersweet #FF6D56

Color information

#FF6D56 (or 0xFF6D56) is unknown color: approx Bittersweet. HEX triplet: FF, 6D and 56. RGB value is (255,109,86). Sum of RGB (Red+Green+Blue) = 255+109+86=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 86 (33.98% from 255 or 19.11% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6D56 is #0092A9. Grayscale: #969696. Windows color (decimal): -37546 or 5664255. OLE color: 5664255.

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

Color convert

RGB25510986-
CMYK00.570.660
HSL8.17º100%66.86%-
HSV(B)8.17º66.27%100%-
XYZ48.3932.8712.6-
YUV150.0391.87202.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.67%
GREEN value IS 109 (42.97% from 255) = 24.22%
BLUE value IS 86 (33.98% from 255) = 19.11%
R=56.67%
G=24.22%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551098600.570.6608.1710066.86
HexFF6D5603942086443
Octal377155126071102010144103
Binary1111111111011011010110011100110000100100011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6D56; }

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

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

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

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

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

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

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

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