#FF6C5C

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

Shades of Bittersweet #FF6C5C

Tints of Bittersweet #FF6C5C

Color information

#FF6C5C (or 0xFF6C5C) is unknown color: approx Bittersweet. HEX triplet: FF, 6C and 5C. RGB value is (255,108,92). Sum of RGB (Red+Green+Blue) = 255+108+92=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6C5C is #0093A3. Grayscale: #969696. Windows color (decimal): -37796 or 6057215. OLE color: 6057215.

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

Color convert

RGB25510892-
CMYK00.580.640
HSL5.89º100%68.04%-
HSV(B)5.89º63.92%100%-
XYZ48.5332.7613.89-
YUV150.1395.2202.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.04%
GREEN value IS 108 (42.58% from 255) = 23.74%
BLUE value IS 92 (36.33% from 255) = 20.22%
R=56.04%
G=23.74%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551089200.580.6405.8910068.04
HexFF6C5C03A40066444
Octal37715413407210006144104
Binary111111111101100101110001110101000000011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6C5C; }

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

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

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

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

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

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

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

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