Html Css Color HEX #FA7F68 Salmon

📋 copy color: '#FA7F68'

red 250 ◦ green 127 ◦ blue 104

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

Shades of Salmon #FA7F68

Tints of Salmon #FA7F68

RGB

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

 GREEN value IS 127 (50% from 255) = 26.4%

 BLUE value IS 104 (41.02% from 255) = 21.62%

R = 51.98%
G = 26.4%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA7F68 (or 0xFA7F68) is known color: Salmon. HEX triplet: FA, 7F and 68. RGB value is (250,127,104). Sum of RGB (Red+Green+Blue) = 250+127+104=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7F68 is #058097. Grayscale: #A1A1A1. Windows color (decimal): -360600 or 6848506. OLE color: 6848506.

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

Color convert

RGB 250 127 104 -
CMYK 0 0.49 0.58 0.02
HSL 9.45º 0.94% 0.69% -
HSV(B) 9.45º 0.58% 0.98% -
XYZ 49.51 36.5 17.53 -
YUV 161.16 95.75 191.37 -
System Red Green Blue C M Y K H S L
Decimal 250 127 104 0 0.49 0.58 0.02 9.45 0.94 0.69
Hex FA 7F 68 0 31 3A 2 9 5E 45
Octal 372 177 150 0 61 72 2 11 136 105
Binary 11111010 1111111 1101000 0 110001 111010 10 1001 1011110 1000101

Color Harmonies of #FA7F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7F68

Black with #FA7F68

Text Example


Text Example

White with #FA7F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7F68; }

 p { color: rgb(250,127,104); }

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

background-color css

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

 a { background-color: rgb(250,127,104); }

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

border-color css

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

 span { border-color: rgb(250,127,104); }

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