#FA6F55

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

Shades of Bittersweet #FA6F55

Tints of Bittersweet #FA6F55

Color information

#FA6F55 (or 0xFA6F55) is unknown color: approx Bittersweet. HEX triplet: FA, 6F and 55. RGB value is (250,111,85). Sum of RGB (Red+Green+Blue) = 250+111+85=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 85 (33.59% from 255 or 19.06% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6F55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6F55 is #0590AA. Grayscale: #959595. Windows color (decimal): -364715 or 5599226. OLE color: 5599226.

HSL color Cylindrical-coordinate representation of color #FA6F55: hue angle of 9.45º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA6F55 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB25011185-
CMYK00.560.660.02
HSL9.45º94.29%65.69%-
HSV(B)9.45º66%98.04%-
XYZ46.7532.3512.37-
YUV149.691.55199.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 56.05%
GREEN value IS 111 (43.75% from 255) = 24.89%
BLUE value IS 85 (33.59% from 255) = 19.06%
R=56.05%
G=24.89%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501118500.560.660.029.4594.2965.69
HexFA6F5503842295e42
Octal372157125070102211136102
Binary11111010110111110101010111000100001010100110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6F55; }

 p { color: rgb(250,111,85); }

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

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

 a { background-color: rgb(250,111,85); }

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

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

 span { border-color: rgb(250,111,85); }

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