Html Css Color HEX #FA7760 Bittersweet

📋 copy color: '#FA7760'

red 250 ◦ green 119 ◦ blue 96

#FA7760
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bittersweet #FA7760

Tints of Bittersweet #FA7760

RGB

 RED value IS 250 (98.05% from 255) = 53.76%

 GREEN value IS 119 (46.88% from 255) = 25.59%

 BLUE value IS 96 (37.89% from 255) = 20.65%

R = 53.76%
G = 25.59%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA7760 (or 0xFA7760) is known color: Bittersweet. HEX triplet: FA, 77 and 60. RGB value is (250,119,96). Sum of RGB (Red+Green+Blue) = 250+119+96=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7760 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7760 is #05889F. Grayscale: #9B9B9B. Windows color (decimal): -362656 or 6322170. OLE color: 6322170.

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

Color convert

RGB 250 119 96 -
CMYK 0 0.52 0.62 0.02
HSL 8.96º 0.94% 0.68% -
HSV(B) 8.96º 0.62% 0.98% -
XYZ 48.13 34.36 15.16 -
YUV 155.55 94.4 195.37 -
System Red Green Blue C M Y K H S L
Decimal 250 119 96 0 0.52 0.62 0.02 8.96 0.94 0.68
Hex FA 77 60 0 34 3E 2 9 5E 44
Octal 372 167 140 0 64 76 2 11 136 104
Binary 11111010 1110111 1100000 0 110100 111110 10 1001 1011110 1000100

Color Harmonies of #FA7760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7760

Black with #FA7760

Text Example


Text Example

White with #FA7760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7760; }

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

 H1.HeaderClassName
 {
   color: #FA7760;
 }
 .AnyTagClassName
 {
   color: #FA7760;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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