#FA7960

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

Shades of Bittersweet #FA7960

Tints of Bittersweet #FA7960

Color information

#FA7960 (or 0xFA7960) is unknown color: approx Bittersweet. HEX triplet: FA, 79 and 60. RGB value is (250,121,96). Sum of RGB (Red+Green+Blue) = 250+121+96=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7960 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7960 is #05869F. Grayscale: #9C9C9C. Windows color (decimal): -362144 or 6322682. OLE color: 6322682.

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

Color convert

RGB25012196-
CMYK00.520.620.02
HSL9.74º93.9%67.84%-
HSV(B)9.74º61.6%98.04%-
XYZ48.3734.8415.24-
YUV156.7293.74194.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.53%
GREEN value IS 121 (47.66% from 255) = 25.91%
BLUE value IS 96 (37.89% from 255) = 20.56%
R=53.53%
G=25.91%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501219600.520.620.029.7493.967.84
HexFA79600343E2a5e44
Octal37217114006476212136104
Binary1111101011110011100000011010011111010101010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7960; }

 p { color: rgb(250,121,96); }

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

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

 a { background-color: rgb(250,121,96); }

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

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

 span { border-color: rgb(250,121,96); }

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