#FA6D65

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

Shades of Bittersweet #FA6D65

Tints of Bittersweet #FA6D65

Color information

#FA6D65 (or 0xFA6D65) is unknown color: approx Bittersweet. HEX triplet: FA, 6D and 65. RGB value is (250,109,101). Sum of RGB (Red+Green+Blue) = 250+109+101=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6D65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6D65 is #05929A. Grayscale: #969696. Windows color (decimal): -365211 or 6647290. OLE color: 6647290.

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

Color convert

RGB250109101-
CMYK00.560.600.02
HSL3.22º93.71%68.82%-
HSV(B)3.22º59.6%98.04%-
XYZ47.2432.216.04-
YUV150.25100.21199.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.35%
GREEN value IS 109 (42.97% from 255) = 23.70%
BLUE value IS 101 (39.84% from 255) = 21.96%
R=54.35%
G=23.70%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010910100.560.600.023.2293.7168.82
HexFA6D650383C235e45
Octal3721551450707423136105
Binary11111010110110111001010111000111100101110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6D65; }

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

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

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

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

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

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

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

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