Html Css Color HEX #FA6760 Bittersweet

📋 copy color: '#FA6760'

red 250 ◦ green 103 ◦ blue 96

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

Shades of Bittersweet #FA6760

Tints of Bittersweet #FA6760

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.94%

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

R = 55.68%
G = 22.94%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA6760 (or 0xFA6760) is known color: Bittersweet. HEX triplet: FA, 67 and 60. RGB value is (250,103,96). Sum of RGB (Red+Green+Blue) = 250+103+96=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6760 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6760 is #05989F. Grayscale: #929292. Windows color (decimal): -366752 or 6318074. OLE color: 6318074.

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

Color convert

RGB 250 103 96 -
CMYK 0 0.59 0.62 0.02
HSL 2.73º 0.94% 0.68% -
HSV(B) 2.73º 0.62% 0.98% -
XYZ 46.39 30.87 14.58 -
YUV 146.16 99.7 202.07 -
System Red Green Blue C M Y K H S L
Decimal 250 103 96 0 0.59 0.62 0.02 2.73 0.94 0.68
Hex FA 67 60 0 3B 3E 2 3 5E 44
Octal 372 147 140 0 73 76 2 3 136 104
Binary 11111010 1100111 1100000 0 111011 111110 10 11 1011110 1000100

Color Harmonies of #FA6760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6760

Black with #FA6760

Text Example


Text Example

White with #FA6760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6760; }

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

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

background-color css

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

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

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

border-color css

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

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

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