#FF6C55

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

Shades of Bittersweet #FF6C55

Tints of Bittersweet #FF6C55

Color information

#FF6C55 (or 0xFF6C55) is unknown color: approx Bittersweet. HEX triplet: FF, 6C and 55. RGB value is (255,108,85). Sum of RGB (Red+Green+Blue) = 255+108+85=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 85 (33.59% from 255 or 18.97% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6C55 is #0093AA. Grayscale: #959595. Windows color (decimal): -37803 or 5598463. OLE color: 5598463.

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

Color convert

RGB25510885-
CMYK00.580.670
HSL8.12º100%66.67%-
HSV(B)8.12º66.67%100%-
XYZ48.2432.6412.35-
YUV149.3391.7203.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.92%
GREEN value IS 108 (42.58% from 255) = 24.11%
BLUE value IS 85 (33.59% from 255) = 18.97%
R=56.92%
G=24.11%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551088500.580.6708.1210066.67
HexFF6C5503A43086443
Octal377154125072103010144103
Binary1111111111011001010101011101010000110100011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6C55; }

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

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

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

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

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

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

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

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