#FF6A56

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

Shades of Bittersweet #FF6A56

Tints of Bittersweet #FF6A56

Color information

#FF6A56 (or 0xFF6A56) is unknown color: approx Bittersweet. HEX triplet: FF, 6A and 56. RGB value is (255,106,86). Sum of RGB (Red+Green+Blue) = 255+106+86=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 106 (41.80% from 255 or 23.71% from 447); Blue value is 86 (33.98% from 255 or 19.24% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6A56 is #0095A9. Grayscale: #949494. Windows color (decimal): -38314 or 5663487. OLE color: 5663487.

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

Color convert

RGB25510686-
CMYK00.580.660
HSL7.1º100%66.86%-
HSV(B)7.1º66.27%100%-
XYZ48.0732.2412.49-
YUV148.2792.86204.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.05%
GREEN value IS 106 (41.80% from 255) = 23.71%
BLUE value IS 86 (33.98% from 255) = 19.24%
R=57.05%
G=23.71%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551068600.580.6607.110066.86
HexFF6A5603A42076443
Octal37715212607210207144103
Binary111111111101010101011001110101000010011111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6A56; }

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

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

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

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

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

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

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

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