#FF6C56

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

Shades of Bittersweet #FF6C56

Tints of Bittersweet #FF6C56

Color information

#FF6C56 (or 0xFF6C56) is unknown color: approx Bittersweet. HEX triplet: FF, 6C and 56. RGB value is (255,108,86). Sum of RGB (Red+Green+Blue) = 255+108+86=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6C56 is #0093A9. Grayscale: #959595. Windows color (decimal): -37802 or 5663999. OLE color: 5663999.

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

Color convert

RGB25510886-
CMYK00.580.660
HSL7.81º100%66.86%-
HSV(B)7.81º66.27%100%-
XYZ48.2832.6612.56-
YUV149.4492.2203.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.79%
GREEN value IS 108 (42.58% from 255) = 24.05%
BLUE value IS 86 (33.98% from 255) = 19.15%
R=56.79%
G=24.05%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551088600.580.6607.8110066.86
HexFF6C5603A42086443
Octal377154126072102010144103
Binary1111111111011001010110011101010000100100011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6C56; }

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

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

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

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

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

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

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

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