#FA6D5B

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

Shades of Bittersweet #FA6D5B

Tints of Bittersweet #FA6D5B

Color information

#FA6D5B (or 0xFA6D5B) is unknown color: approx Bittersweet. HEX triplet: FA, 6D and 5B. RGB value is (250,109,91). Sum of RGB (Red+Green+Blue) = 250+109+91=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6D5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6D5B is #0592A4. Grayscale: #959595. Windows color (decimal): -365221 or 5991930. OLE color: 5991930.

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

Color convert

RGB25010991-
CMYK00.560.640.02
HSL6.79º94.08%66.86%-
HSV(B)6.79º63.6%98.04%-
XYZ46.7832.0213.61-
YUV149.1195.21199.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.56%
GREEN value IS 109 (42.97% from 255) = 24.22%
BLUE value IS 91 (35.94% from 255) = 20.22%
R=55.56%
G=24.22%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501099100.560.640.026.7994.0866.86
HexFA6D5B03840275e43
Octal37215513307010027136103
Binary1111101011011011011011011100010000001011110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6D5B; }

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

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

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

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

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

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

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

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