#FA745B

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

Shades of Bittersweet #FA745B

Tints of Bittersweet #FA745B

Color information

#FA745B (or 0xFA745B) is unknown color: approx Bittersweet. HEX triplet: FA, 74 and 5B. RGB value is (250,116,91). Sum of RGB (Red+Green+Blue) = 250+116+91=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 91 (35.94% from 255 or 19.91% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA745B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA745B is #058BA4. Grayscale: #999999. Windows color (decimal): -363429 or 5993722. OLE color: 5993722.

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

Color convert

RGB25011691-
CMYK00.540.640.02
HSL9.43º94.08%66.86%-
HSV(B)9.43º63.6%98.04%-
XYZ47.5633.5713.87-
YUV153.2292.89197.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.70%
GREEN value IS 116 (45.70% from 255) = 25.38%
BLUE value IS 91 (35.94% from 255) = 19.91%
R=54.70%
G=25.38%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501169100.540.640.029.4394.0866.86
HexFA745B03640295e43
Octal372164133066100211136103
Binary11111010111010010110110110110100000010100110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA745B; }

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

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

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

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

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

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

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

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