#FA6D60

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

Shades of Bittersweet #FA6D60

Tints of Bittersweet #FA6D60

Color information

#FA6D60 (or 0xFA6D60) is unknown color: approx Bittersweet. HEX triplet: FA, 6D and 60. RGB value is (250,109,96). Sum of RGB (Red+Green+Blue) = 250+109+96=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6D60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6D60 is #05929F. Grayscale: #959595. Windows color (decimal): -365216 or 6319610. OLE color: 6319610.

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

Color convert

RGB25010996-
CMYK00.560.620.02
HSL5.06º93.9%67.84%-
HSV(B)5.06º61.6%98.04%-
XYZ4732.1114.79-
YUV149.6897.71199.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.95%
GREEN value IS 109 (42.97% from 255) = 23.96%
BLUE value IS 96 (37.89% from 255) = 21.10%
R=54.95%
G=23.96%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501099600.560.620.025.0693.967.84
HexFA6D600383E255e44
Octal3721551400707625136104
Binary111110101101101110000001110001111101010110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6D60; }

 p { color: rgb(250,109,96); }

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

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

 a { background-color: rgb(250,109,96); }

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

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

 span { border-color: rgb(250,109,96); }

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