#FA765F

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

Shades of Bittersweet #FA765F

Tints of Bittersweet #FA765F

Color information

#FA765F (or 0xFA765F) is unknown color: approx Bittersweet. HEX triplet: FA, 76 and 5F. RGB value is (250,118,95). Sum of RGB (Red+Green+Blue) = 250+118+95=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA765F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA765F is #0589A0. Grayscale: #9B9B9B. Windows color (decimal): -362913 or 6256378. OLE color: 6256378.

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

Color convert

RGB25011895-
CMYK00.530.620.02
HSL8.9º93.94%67.65%-
HSV(B)8.9º62%98.04%-
XYZ47.9734.1114.88-
YUV154.8594.23195.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.00%
GREEN value IS 118 (46.48% from 255) = 25.49%
BLUE value IS 95 (37.5% from 255) = 20.52%
R=54.00%
G=25.49%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501189500.530.620.028.993.9467.65
HexFA765F0353E295e44
Octal37216613706576211136104
Binary1111101011101101011111011010111111010100110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA765F; }

 p { color: rgb(250,118,95); }

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

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

 a { background-color: rgb(250,118,95); }

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

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

 span { border-color: rgb(250,118,95); }

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