#FA6763

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

Shades of Bittersweet #FA6763

Tints of Bittersweet #FA6763

Color information

#FA6763 (or 0xFA6763) is unknown color: approx Bittersweet. HEX triplet: FA, 67 and 63. RGB value is (250,103,99). Sum of RGB (Red+Green+Blue) = 250+103+99=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 103 (40.62% from 255 or 22.79% from 452); Blue value is 99 (39.06% from 255 or 21.90% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6763 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6763 is #05989C. Grayscale: #929292. Windows color (decimal): -366749 or 6514682. OLE color: 6514682.

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

Color convert

RGB25010399-
CMYK00.590.600.02
HSL1.59º93.79%68.43%-
HSV(B)1.59º60.4%98.04%-
XYZ46.5330.9315.32-
YUV146.5101.2201.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.31%
GREEN value IS 103 (40.62% from 255) = 22.79%
BLUE value IS 99 (39.06% from 255) = 21.90%
R=55.31%
G=22.79%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501039900.590.600.021.5993.7968.43
HexFA676303B3C225e44
Octal3721471430737422136104
Binary11111010110011111000110111011111100101010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6763; }

 p { color: rgb(250,103,99); }

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

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

 a { background-color: rgb(250,103,99); }

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

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

 span { border-color: rgb(250,103,99); }

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