#FF6A59

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

Shades of Bittersweet #FF6A59

Tints of Bittersweet #FF6A59

Color information

#FF6A59 (or 0xFF6A59) is unknown color: approx Bittersweet. HEX triplet: FF, 6A and 59. RGB value is (255,106,89). Sum of RGB (Red+Green+Blue) = 255+106+89=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 89 (35.16% from 255 or 19.78% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6A59 is #0095A6. Grayscale: #949494. Windows color (decimal): -38311 or 5860095. OLE color: 5860095.

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

Color convert

RGB25510689-
CMYK00.580.650
HSL6.14º100%67.45%-
HSV(B)6.14º65.1%100%-
XYZ48.232.2913.14-
YUV148.6194.36203.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.67%
GREEN value IS 106 (41.80% from 255) = 23.56%
BLUE value IS 89 (35.16% from 255) = 19.78%
R=56.67%
G=23.56%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551068900.580.6506.1410067.45
HexFF6A5903A41066443
Octal37715213107210106144103
Binary111111111101010101100101110101000001011011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6A59; }

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

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

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

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

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

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

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

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