#FA755B

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

Shades of Bittersweet #FA755B

Tints of Bittersweet #FA755B

Color information

#FA755B (or 0xFA755B) is unknown color: approx Bittersweet. HEX triplet: FA, 75 and 5B. RGB value is (250,117,91). Sum of RGB (Red+Green+Blue) = 250+117+91=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA755B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA755B is #058AA4. Grayscale: #9A9A9A. Windows color (decimal): -363173 or 5993978. OLE color: 5993978.

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

Color convert

RGB25011791-
CMYK00.530.640.02
HSL9.81º94.08%66.86%-
HSV(B)9.81º63.6%98.04%-
XYZ47.6733.813.91-
YUV153.892.56196.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.59%
GREEN value IS 117 (46.09% from 255) = 25.55%
BLUE value IS 91 (35.94% from 255) = 19.87%
R=54.59%
G=25.55%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501179100.530.640.029.8194.0866.86
HexFA755B035402a5e43
Octal372165133065100212136103
Binary11111010111010110110110110101100000010101010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA755B; }

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

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

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

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

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

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

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

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