#FA6C5B

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

Shades of Bittersweet #FA6C5B

Tints of Bittersweet #FA6C5B

Color information

#FA6C5B (or 0xFA6C5B) is unknown color: approx Bittersweet. HEX triplet: FA, 6C and 5B. RGB value is (250,108,91). Sum of RGB (Red+Green+Blue) = 250+108+91=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6C5B is #0593A4. Grayscale: #949494. Windows color (decimal): -365477 or 5991674. OLE color: 5991674.

HSL color Cylindrical-coordinate representation of color #FA6C5B: hue angle of 6.42º 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 #FA6C5B is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB25010891-
CMYK00.570.640.02
HSL6.42º94.08%66.86%-
HSV(B)6.42º63.6%98.04%-
XYZ46.6831.813.58-
YUV148.5295.54200.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.68%
GREEN value IS 108 (42.58% from 255) = 24.05%
BLUE value IS 91 (35.94% from 255) = 20.27%
R=55.68%
G=24.05%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501089100.570.640.026.4294.0866.86
HexFA6C5B03940265e43
Octal37215413307110026136103
Binary1111101011011001011011011100110000001011010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6C5B; }

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

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

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

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

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

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

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

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